summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-10-29 11:33:19 -0400
committerWilliam D. Jones <[email protected]>2019-10-29 11:33:34 -0400
commit66faa96f1609a1a6e95004ec7adbcd1568df01e2 (patch)
tree3365d5cd422805e6a7e71f2fc28d35a574c5c7ba
parent6e204ca567c5f9619bc6bf4849d3943116e122f8 (diff)
tusb_option.h: Assign msp430 ID range 500+ to avoid conflict with Sony.
-rw-r--r--src/tusb_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 5ebda9f3b..d8cd3782b 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -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
/** @} */