diff options
| author | sakumisu <[email protected]> | 2024-08-16 14:08:29 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-08-16 14:16:08 +0800 |
| commit | b171b28a75df1ddc52d166bad6835a43eecd8811 (patch) | |
| tree | 51f9c7e84e5c6c277597bc256b9993e7fa1fe411 /SConscript | |
| parent | 668e41491737393ffb62db5db30421c5d2ed0616 (diff) | |
refactor(class/cdc): rename usbd_cdc to usbd_cdc_acm
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ if GetDepend(['PKG_CHERRYUSB_DEVICE']): LIBS = ['libpusb2_dc_a32_softfp_neon.a'] if GetDepend(['PKG_CHERRYUSB_DEVICE_CDC_ACM']): - src += Glob('class/cdc/usbd_cdc.c') + src += Glob('class/cdc/usbd_cdc_acm.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_HID']): src += Glob('class/hid/usbd_hid.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_MSC']): |
