8000 esp32/ARDUINO_NANO_ESP32: Update shared/tinyusb/mp_usbd_cdc.c filename. · micropython/micropython@f8f8500 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8f8500

Browse files
committed
esp32/ARDUINO_NANO_ESP32: Update shared/tinyusb/mp_usbd_cdc.c filename.
Signed-off-by: Andrew Leech <andrew@alelec.net>
1 parent e73a290 commit f8f8500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/boards/ARDUINO_NANO_ESP32/mpconfigboard.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(SDKCONFIG_DEFAULTS
1818
set(MICROPY_SOURCE_BOARD
1919
${MICROPY_BOARD_DIR}/board_init.c
2020
${MICROPY_BOARD_DIR}/double_tap.c
21-
${MICROPY_DIR}/shared/tinyusb/mp_cdc_common.c
21+
${MICROPY_DIR}/shared/tinyusb/mp_usbd_cdc.c
2222
)
2323

2424
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)

0 commit comments

Comments
 (0)
0