8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73a290 commit f8f8500Copy full SHA for f8f8500
ports/esp32/boards/ARDUINO_NANO_ESP32/mpconfigboard.cmake
@@ -18,7 +18,7 @@ set(SDKCONFIG_DEFAULTS
18
set(MICROPY_SOURCE_BOARD
19
${MICROPY_BOARD_DIR}/board_init.c
20
${MICROPY_BOARD_DIR}/double_tap.c
21
- ${MICROPY_DIR}/shared/tinyusb/mp_cdc_common.c
+ ${MICROPY_DIR}/shared/tinyusb/mp_usbd_cdc.c
22
)
23
24
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
0 commit comments