summaryrefslogtreecommitdiff
path: root/src/portable/microchip
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2018-11-09 00:10:44 -0800
committerScott Shawcroft <[email protected]>2018-11-09 00:10:44 -0800
commit537a29273c08b1e047004e1bd71c37af82937dd4 (patch)
tree4d64580d011bf6042223270fbd98b316e95a5aff /src/portable/microchip
parent30e3c64134789416e10ed867fa12c210b808e98f (diff)
Exempt from strict warnings for struct packing and add MCU options
Diffstat (limited to 'src/portable/microchip')
-rw-r--r--src/portable/microchip/samd21/dcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/microchip/samd21/dcd.c b/src/portable/microchip/samd21/dcd.c
index c9e88ad17..33cbc8d92 100644
--- a/src/portable/microchip/samd21/dcd.c
+++ b/src/portable/microchip/samd21/dcd.c
@@ -38,7 +38,7 @@
#include "tusb_option.h"
-#if TUSB_OPT_DEVICE_ENABLED && CFG_TUSB_MCU == OPT_MCU_SAMD51
+#if TUSB_OPT_DEVICE_ENABLED && CFG_TUSB_MCU == OPT_MCU_SAMD21
#include "device/dcd.h"