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.
1 parent 58b8bdc commit ec01428Copy full SHA for ec01428
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