mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-12 16:13:53 +00:00
ft9xx: Fix Mynewt build
Includes were moved few lines down to restore build with Mynewt build system.
This commit is contained in:
parent
58b8bdc2e4
commit
ec01428820
@ -29,16 +29,17 @@
|
||||
* in https://brtchip.com/BRTSourceCodeLicenseAgreement
|
||||
*/
|
||||
|
||||
#include "tusb_option.h"
|
||||
|
||||
#if TUSB_OPT_DEVICE_ENABLED && \
|
||||
(CFG_TUSB_MCU == OPT_MCU_FT90X || CFG_TUSB_MCU == OPT_MCU_FT93X)
|
||||
|
||||
#include <stdint.h>
|
||||
#include <ft900.h>
|
||||
#include <registers/ft900_registers.h>
|
||||
|
||||
#include "board.h"
|
||||
#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)
|
||||
|
||||
#define USBD_USE_STREAMS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user