fix(cherryusb): fix typo

This commit is contained in:
sakumisu 2024-07-12 15:44:59 +08:00 committed by Meco Man
parent df948ad603
commit 4122f6d8b8
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ if RT_USING_CHERRYUSB
choice choice
prompt "Select usb device template" prompt "Select usb device template"
default RT_CHERRYUSB_DEVICE_TEMPLATE default RT_CHERRYUSB_DEVICE_TEMPLATE_NONE
config RT_CHERRYUSB_DEVICE_TEMPLATE_NONE config RT_CHERRYUSB_DEVICE_TEMPLATE_NONE
bool "none (Implement it yourself)" bool "none (Implement it yourself)"
config RT_CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM config RT_CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM

View File

@ -107,7 +107,7 @@ if CHERRYUSB
choice choice
prompt "Select usb device template" prompt "Select usb device template"
default CHERRYUSB_DEVICE_TEMPLATE default CHERRYUSB_DEVICE_TEMPLATE_NONE
config CHERRYUSB_DEVICE_TEMPLATE_NONE config CHERRYUSB_DEVICE_TEMPLATE_NONE
bool "none (Implement it yourself)" bool "none (Implement it yourself)"
config CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM config CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM

View File

@ -1,6 +1,6 @@
#include "rtthread.h" #include "rtthread.h"
#ifdef PKG_CHERRYUSB_HOST #ifdef RT_CHERRYUSB_HOST
#ifndef RT_USING_TIMER_SOFT #ifndef RT_USING_TIMER_SOFT
#error must enable RT_USING_TIMER_SOFT to support timer callback in thread #error must enable RT_USING_TIMER_SOFT to support timer callback in thread