Too many conditions on compilation
This commit is contained in:
parent
99df0f459d
commit
f6e514db1f
@ -45,8 +45,7 @@
|
|||||||
|
|
||||||
#include "spark.h"
|
#include "spark.h"
|
||||||
|
|
||||||
#if defined(CONFIG_USBMSC) && !defined(CONFIG_USBMSC_COMPOSITE) && \
|
#if defined(CONFIG_USBMSC) && defined(CONFIG_BOARDCTL_USBDEVCTRL)
|
||||||
defined(CONFIG_BOARDCTL_USBDEVCTRL)
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
@ -66,4 +65,4 @@ int board_usbmsc_initialize(int port)
|
|||||||
return board_app_initialize();
|
return board_app_initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CONFIG_USBMSC && !CONFIG_USBMSC_COMPOSITE && CONFIG_BOARDCTL_USBDEVCTRL */
|
#endif /* CONFIG_USBMSC && CONFIG_BOARDCTL_USBDEVCTRL */
|
||||||
|
Loading…
Reference in New Issue
Block a user