From 7599541c1a33cc55b2a33fc160252e93811abe81 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 11 Sep 2019 13:09:14 +0700 Subject: rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now --- tools/build_all.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/build_all.py b/tools/build_all.py index 9c379d0dc..e327da221 100644 --- a/tools/build_all.py +++ b/tools/build_all.py @@ -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") -- cgit v1.3.1