Skip to content

Commit 6662913

Browse files
committed
USER_C_MODULES Also
1 parent e8cde69 commit 6662913

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/ESP32_GENERIC_S3/mpconfigboard.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ set(SDKCONFIG_DEFAULTS
77
${MICROPY_ESP32_DIR}/boards/sdkconfig.spiram_sx
88
${MICROPY_ESP32_DIR}/boards/ESP32_GENERIC_S3/sdkconfig.board
99
)
10+
11+
set(USER_C_MODULES
12+
${PROJECT_DIR}/src/full.cmake
13+
)

0 commit comments

Comments
 (0)