diff options
| author | William D. Jones <[email protected]> | 2019-09-23 17:48:18 -0400 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-09-23 17:48:18 -0400 |
| commit | 907bc3df9ba70c9a82ad2f98031879f17e2ad2b5 (patch) | |
| tree | 30ad02c058e2f2438fa15332835d91ef1405d4d5 /src | |
| parent | 49f2507b3824260bcb5df3a8c740dd935ac21149 (diff) | |
msp430f5529: Ensure cdc_msc demo compiles.
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/ti/msp430x5xx/dcd_msp430x5xx.c | 1 | ||||
| -rw-r--r-- | src/tusb_option.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c b/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c index 4c8c370ce..b2df9e3b6 100644 --- a/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c +++ b/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c @@ -29,6 +29,7 @@ #if TUSB_OPT_DEVICE_ENABLED && ( CFG_TUSB_MCU == OPT_MCU_MSP430x5xx ) +#include "msp430.h" #include "device/dcd.h" /*------------------------------------------------------------------*/ diff --git a/src/tusb_option.h b/src/tusb_option.h index eccb4245c..5de599951 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -60,6 +60,8 @@ #define OPT_MCU_STM32F7 305 ///< ST STM32F7
#define OPT_MCU_STM32H7 306 ///< ST STM32H7
+#define OPT_MCU_MSP430x5xx 400 ///< TI MSP430x5xx
+
/** @} */
|
