Fix red in e75a3fb8
Change-Id: I2e98f68d03df757688b6c556b69d934c12f40a7c
This commit is contained in:
parent
e75a3fb8c7
commit
464889ecee
1 changed files with 5 additions and 0 deletions
|
@ -1181,6 +1181,11 @@ Lyre prototype 1 */
|
|||
#define INCLUDE_TIMEOUT_API
|
||||
#endif /* HAVE_USB_CHARGING_ENABLE && HAVE_USBSTACK */
|
||||
|
||||
#if defined(USB_STATUS_BY_EVENT) && defined(HAVE_USBSTACK)
|
||||
/* Status by event requires timeout for debouncing */
|
||||
# define INCLUDE_TIMEOUT_API
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK)
|
||||
#define STORAGE_GET_INFO
|
||||
|
|
Loading…
Reference in a new issue