mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-13 10:13:46 +00:00
rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now
This commit is contained in:
parent
e9bf62bc13
commit
7599541c1a
@ -19,9 +19,6 @@ for entry in os.scandir("examples/device"):
|
||||
if entry.is_dir():
|
||||
all_examples.append(entry.name)
|
||||
|
||||
# mynewt has its own example repo
|
||||
all_examples.remove("cdc_msc_hid_mynewt")
|
||||
|
||||
# TODO update freeRTOS example to work with all boards (only nrf52840 now)
|
||||
all_examples.remove("cdc_msc_hid_freertos")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user