diff options
| author | hathach <[email protected]> | 2021-05-10 19:15:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-10 19:15:46 +0700 |
| commit | 13de8f5d98eceae8771af78e6acb126f8da19854 (patch) | |
| tree | d585558b97bb3823aad0afb3a82513d9fd598ff3 /src/portable/template | |
| parent | 42a1d2f3b9d40b57a7ef8364c138d8274f1a0a8d (diff) | |
minor clean up
Diffstat (limited to 'src/portable/template')
| -rw-r--r-- | src/portable/template/dcd_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/template/dcd_template.c b/src/portable/template/dcd_template.c index d8c8753d3..92a9f3144 100644 --- a/src/portable/template/dcd_template.c +++ b/src/portable/template/dcd_template.c @@ -25,10 +25,10 @@ */ #include "tusb_option.h" -#include "common/tusb_fifo.h" #if CFG_TUSB_MCU == OPT_MCU_NONE +#include "common/tusb_fifo.h" #include "device/dcd.h" //--------------------------------------------------------------------+ |
