mass rename TUSB_CFG to CFG_TUSB

This commit is contained in:
hathach
2018-04-10 14:31:11 +07:00
parent 3473c71a6a
commit 3c24671960
138 changed files with 628 additions and 626 deletions
+2 -2
View File
@@ -42,7 +42,7 @@
static inline void helper_class_init_expect(void)
{ // class code number order
#if TUSB_CFG_HOST_CDC
#if CFG_TUSB_HOST_CDC
cdch_init_Expect();
#endif
@@ -50,7 +50,7 @@ static inline void helper_class_init_expect(void)
hidh_init_Expect();
#endif
#if TUSB_CFG_HOST_MSC
#if CFG_TUSB_HOST_MSC
msch_init_Expect();
#endif