rename a bunch of configure macros

This commit is contained in:
hathach
2012-12-20 16:56:19 +07:00
parent ec4a3f6048
commit 00b3f48519
12 changed files with 62 additions and 39 deletions

View File

@@ -50,19 +50,19 @@
#include "common/common.h"
#ifdef CFG_TUSB_HOST
#ifdef TUSB_CFG_HOST
#include "host/hcd.h"
#endif
#ifdef CFG_TUSB_DEVICE
#ifdef TUSB_CFG_DEVICE
#include "device/dcd.h"
#endif
#if TUSB_CLASS_HID
#if DEVICE_CLASS_HID
#include "class/hid.h"
#endif
#ifdef CFG_CLASS_CDC
#ifdef TUSB_CFG_DEVICE_CDC
#include "class/cdc.h"
#endif