change MCU to TUSB_CFG_MCU

This commit is contained in:
hathach
2013-11-25 12:48:27 +07:00
parent 41ffcaf4a5
commit a5ba283557
27 changed files with 84 additions and 115 deletions
+1 -1
View File
@@ -318,7 +318,7 @@
#include "tusb_option.h"
#ifdef __GNUC__
#if MCU==MCU_LPC43XX // TODO M0 M4
#if TUSB_CFG_MCU==MCU_LPC43XX // TODO M0 M4
#include "../portable/GCC/ARM_CM4F/portmacro.h"
#else
#error portmacro.h for mcu is not supported yet