diff options
| author | Gordon McNab <[email protected]> | 2021-12-08 10:03:33 +0000 |
|---|---|---|
| committer | Gordon McNab <[email protected]> | 2021-12-08 10:03:33 +0000 |
| commit | 45869958f6066fe4d195c62423cba2fec1886cbc (patch) | |
| tree | b5ad138727a3b655ab992d0dd9c3df2001079794 /hw | |
| parent | 5039a5e54c184d6cc281890b6f328caef116bce7 (diff) | |
Add FT9xx to more examples which support High-Speed
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/brtmm90x/family.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/bsp/brtmm90x/family.c b/hw/bsp/brtmm90x/family.c index 739a8358d..803a62a95 100644 --- a/hw/bsp/brtmm90x/family.c +++ b/hw/bsp/brtmm90x/family.c @@ -24,8 +24,9 @@ * This file is part of the TinyUSB stack. */ -#include "board.h" #include "bsp/board.h" +#include "board.h" + #include <registers/ft900_registers.h> #include <ft900.h> |
