File tree 3 files changed +3
-3
lines changed
components/drivers/usb/cherryusb
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if RT_USING_CHERRYUSB
107
107
108
108
choice
109
109
prompt "Select usb device template"
110
- default RT_CHERRYUSB_DEVICE_TEMPLATE
110
+ default RT_CHERRYUSB_DEVICE_TEMPLATE_NONE
111
111
config RT_CHERRYUSB_DEVICE_TEMPLATE_NONE
112
112
bool "none (Implement it yourself)"
113
113
config RT_CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if CHERRYUSB
107
107
108
108
choice
109
109
prompt "Select usb device template"
110
- default CHERRYUSB_DEVICE_TEMPLATE
110
+ default CHERRYUSB_DEVICE_TEMPLATE_NONE
111
111
config CHERRYUSB_DEVICE_TEMPLATE_NONE
112
112
bool "none (Implement it yourself)"
113
113
config CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM
Original file line number Diff line number Diff line change 1
1
#include "rtthread.h"
2
2
3
- #ifdef PKG_CHERRYUSB_HOST
3
+ #ifdef RT_CHERRYUSB_HOST
4
4
5
5
#ifndef RT_USING_TIMER_SOFT
6
6
#error must enable RT_USING_TIMER_SOFT to support timer callback in thread
You can’t perform that action at this time.
0 commit comments