replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED
move stuffs around
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#if defined TUSB_CFG_HOST && (MCU == MCU_LPC43XX || MCU == MCU_LPC18XX)
|
||||
#if MODE_HOST_SUPPORTED && (MCU == MCU_LPC43XX || MCU == MCU_LPC18XX)
|
||||
//--------------------------------------------------------------------+
|
||||
// INCLUDE
|
||||
//--------------------------------------------------------------------+
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "hcd.h"
|
||||
|
||||
#ifdef TUSB_CFG_HOST
|
||||
#if MODE_HOST_SUPPORTED
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
#ifdef TUSB_CFG_HOST
|
||||
#if MODE_HOST_SUPPORTED
|
||||
|
||||
#define _TINY_USB_SOURCE_FILE_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user