replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED

move stuffs around
This commit is contained in:
hathach
2013-03-04 17:07:14 +07:00
parent 94c004724c
commit e1033b9b3c
10 changed files with 35 additions and 32 deletions

View File

@@ -37,7 +37,7 @@
#include "tusb_option.h"
#if defined TUSB_CFG_HOST && defined HOST_CLASS_HID
#if (MODE_HOST_SUPPORTED && defined HOST_CLASS_HID)
#define _TINY_USB_SOURCE_FILE_