Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/firmware/export/config.h b/firmware/export/config.h
- index d85cf1e..23a407f 100644
- --- a/firmware/export/config.h
- +++ b/firmware/export/config.h
- @@ -816,8 +816,10 @@ Lyre prototype 1 */
- #elif CONFIG_USBOTG == USBOTG_AS3525
- #define USB_STATUS_BY_EVENT
- #define USB_DETECT_BY_REQUEST
- -#elif CONFIG_USBOTG == USBOTG_S3C6400X /* FIXME */ && CONFIG_CPU == AS3525v2
- -#define USB_STATUS_BY_EVENT
- +#elif CONFIG_USBOTG == USBOTG_S3C6400X
- +#if CONFIG_CPU == AS3525v2
- +# define USB_STATUS_BY_EVENT
- +#endif
- #define USB_DETECT_BY_REQUEST
- #elif CONFIG_USBOTG == USBOTG_RK27XX
- #define USB_STATUS_BY_EVENT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement