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/microchip | |
| parent | 42a1d2f3b9d40b57a7ef8364c138d8274f1a0a8d (diff) | |
minor clean up
Diffstat (limited to 'src/portable/microchip')
| -rw-r--r-- | src/portable/microchip/samg/dcd_samg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/microchip/samg/dcd_samg.c b/src/portable/microchip/samg/dcd_samg.c index 62fab8d17..9b6a1f9a5 100644 --- a/src/portable/microchip/samg/dcd_samg.c +++ b/src/portable/microchip/samg/dcd_samg.c @@ -25,11 +25,11 @@ */ #include "tusb_option.h" -#include "common/tusb_fifo.h" #if CFG_TUSB_MCU == OPT_MCU_SAMG #include "sam.h" +#include "common/tusb_fifo.h" #include "device/dcd.h" // TODO should support (SAM3S || SAM4S || SAM4E || SAMG55) |
