rename MCU_ to OPT_MCU

This commit is contained in:
hathach
2018-04-12 13:04:48 +07:00
parent 18f97fef7e
commit e1272159d8
19 changed files with 52 additions and 50 deletions

View File

@@ -38,7 +38,7 @@
#include "tusb_option.h"
#if MODE_DEVICE_SUPPORTED && (CFG_TUSB_MCU == MCU_LPC175X_6X)
#if MODE_DEVICE_SUPPORTED && (CFG_TUSB_MCU == OPT_MCU_LPC175X_6X)
#define _TINY_USB_SOURCE_FILE_
//--------------------------------------------------------------------+

View File

@@ -37,7 +37,7 @@
/**************************************************************************/
#include "common/tusb_common.h"
#if CFG_TUSB_MCU == MCU_LPC175X_6X
#if CFG_TUSB_MCU == OPT_MCU_LPC175X_6X
#include "hal_usb.h"