|
|
@@ -30,7 +30,7 @@ if GetDepend(["PKG_TINYUSB_DEVICE_MSC"]):
|
|
|
src += ["../src/class/msc/msc_device.c", "port/msc_device_port.c"]
|
|
|
|
|
|
if GetDepend(["PKG_TINYUSB_DEVICE_EXAMPLE_CDC"]):
|
|
|
- src += ["example/cdc.c"]
|
|
|
+ src += ["example/cdc_example.c"]
|
|
|
|
|
|
LOCAL_CCFLAGS = ''
|
|
|
|