We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58b8bdc + ec01428 commit 11aa4b9Copy full SHA for 11aa4b9
src/portable/bridgetek/ft9xx/dcd_ft9xx.c
@@ -29,16 +29,17 @@
29
* in https://brtchip.com/BRTSourceCodeLicenseAgreement
30
*/
31
32
+#include "tusb_option.h"
33
+
34
+#if TUSB_OPT_DEVICE_ENABLED && \
35
+ (CFG_TUSB_MCU == OPT_MCU_FT90X || CFG_TUSB_MCU == OPT_MCU_FT93X)
36
37
#include <stdint.h>
38
#include <ft900.h>
39
#include <registers/ft900_registers.h>
40
41
#include "board.h"
42
#include "bsp/board.h"
-#include "tusb_option.h"
-
-#if TUSB_OPT_DEVICE_ENABLED && \
- (CFG_TUSB_MCU == OPT_MCU_FT90X || CFG_TUSB_MCU == OPT_MCU_FT93X)
43
44
#define USBD_USE_STREAMS
45
0 commit comments