File tree Expand file tree Collapse file tree
components/drivers/usb/cherryusb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if RT_USING_CHERRYUSB
107107
108108 choice
109109 prompt "Select usb device template"
110- default RT_CHERRYUSB_DEVICE_TEMPLATE
110+ default RT_CHERRYUSB_DEVICE_TEMPLATE_NONE
111111 config RT_CHERRYUSB_DEVICE_TEMPLATE_NONE
112112 bool "none (Implement it yourself)"
113113 config RT_CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ if CHERRYUSB
107107
108108 choice
109109 prompt "Select usb device template"
110- default CHERRYUSB_DEVICE_TEMPLATE
110+ default CHERRYUSB_DEVICE_TEMPLATE_NONE
111111 config CHERRYUSB_DEVICE_TEMPLATE_NONE
112112 bool "none (Implement it yourself)"
113113 config CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM
Original file line number Diff line number Diff line change 11#include "rtthread.h"
22
3- #ifdef PKG_CHERRYUSB_HOST
3+ #ifdef RT_CHERRYUSB_HOST
44
55#ifndef RT_USING_TIMER_SOFT
66#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