rename CFG_TUSB_DEVICE_* to CFG_TUD_*

This commit is contained in:
hathach
2018-04-12 13:23:52 +07:00
parent 3d31f92106
commit 4b660175be
40 changed files with 113 additions and 113 deletions

View File

@@ -38,7 +38,7 @@
#include "cdc_device_app.h"
#if CFG_TUSB_DEVICE_CDC
#if CFG_TUD_CDC
#include "common/tusb_fifo.h" // TODO refractor
#include "app_os_prio.h"