File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ set(MICROPY_SOURCE_DRIVERS
45
45
46
46
set (MICROPY_SOURCE_PORT
47
47
${PROJECT_DIR} /main.c
48
+ ${PROJECT_DIR} /esp32_nvs.c
48
49
${PROJECT_DIR} /../micropython/ports/esp32/uart.c
49
50
${PROJECT_DIR} /../micropython/ports/esp32/usb.c
50
51
${PROJECT_DIR} /../micropython/ports/esp32/usb_serial_jtag.c
@@ -71,7 +72,6 @@ set(MICROPY_SOURCE_PORT
71
72
${PROJECT_DIR} /../micropython/ports/esp32/mpnimbleport.c
72
73
${PROJECT_DIR} /../micropython/ports/esp32/modsocket.c
73
74
${PROJECT_DIR} /../micropython/ports/esp32/modesp.c
74
- ${PROJECT_DIR} /../micropython/ports/esp32/esp32_nvs.c
75
75
${PROJECT_DIR} /../micropython/ports/esp32/esp32_partition.c
76
76
${PROJECT_DIR} /../micropython/ports/esp32/esp32_rmt.c
77
77
${PROJECT_DIR} /../micropython/ports/esp32/esp32_ulp.c
You can’t perform that action at this time.
0 commit comments