Advertisement
Guest User

Untitled

a guest
Apr 29th, 2012
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.61 KB | None | 0 0
  1. diff --git a/firmware/export/config.h b/firmware/export/config.h
  2. index d85cf1e..23a407f 100644
  3. --- a/firmware/export/config.h
  4. +++ b/firmware/export/config.h
  5. @@ -816,8 +816,10 @@ Lyre prototype 1 */
  6.  #elif CONFIG_USBOTG == USBOTG_AS3525
  7.  #define USB_STATUS_BY_EVENT
  8.  #define USB_DETECT_BY_REQUEST
  9. -#elif CONFIG_USBOTG == USBOTG_S3C6400X /* FIXME */ && CONFIG_CPU == AS3525v2
  10. -#define USB_STATUS_BY_EVENT
  11. +#elif CONFIG_USBOTG == USBOTG_S3C6400X
  12. +#if CONFIG_CPU == AS3525v2
  13. +# define USB_STATUS_BY_EVENT
  14. +#endif
  15.  #define USB_DETECT_BY_REQUEST
  16.  #elif CONFIG_USBOTG == USBOTG_RK27XX
  17.  #define USB_STATUS_BY_EVENT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement