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

@@ -38,7 +38,7 @@
#include "cdc.h"
#include "common/fifo.h"
#if defined CFG_CLASS_CDC && defined CFG_TUSB_DEVICE
#if defined TUSB_CFG_DEVICE_CDC && defined TUSB_CFG_DEVICE
static USBD_HANDLE_T g_hCdc;
static CDC_LINE_CODING line_coding;