tusb_option.h: Assign msp430 ID range 500+ to avoid conflict with Sony.

This commit is contained in:
William D. Jones 2019-10-29 11:33:19 -04:00
parent 6e204ca567
commit 66faa96f16
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
#define OPT_MCU_CXD56 400 ///< SONY CXD56
// TI MSP430
#define OPT_MCU_MSP430x5xx 400 ///< TI MSP430x5xx
#define OPT_MCU_MSP430x5xx 500 ///< TI MSP430x5xx
/** @} */