diff options
| author | sakumisu <[email protected]> | 2024-07-10 20:28:20 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-07-10 20:28:45 +0800 |
| commit | 3d3c6bb5a29a3eb4339b4c2bdfcde2f6b74d9b48 (patch) | |
| tree | 7655827be7548ffacb74d47dcdd8e863dbf54387 | |
| parent | a942ec85a8753173ea14cdc9b9cd27376926b075 (diff) | |
fix(kconfig): fix spelling
| -rw-r--r-- | Kconfig.cherryusb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig.cherryusb b/Kconfig.cherryusb index 4d44a750..0e36e73b 100644 --- a/Kconfig.cherryusb +++ b/Kconfig.cherryusb @@ -107,7 +107,7 @@ if CHERRYUSB choice prompt "Select usb device template" - default CHERRYUSB_DEVICE_TEMPLATE + default CHERRYUSB_DEVICE_TEMPLATE_NONE config CHERRYUSB_DEVICE_TEMPLATE_NONE bool "none (Implement it yourself)" config CHERRYUSB_DEVICE_TEMPLATE_CDC_ACM |
