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

@@ -53,7 +53,7 @@
extern "C" {
#endif
#if CFG_TUSB_DEVICE_HID_MOUSE
#if CFG_TUD_HID_MOUSE
void mouse_app_init(void);
void mouse_app_task(void * param);