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 ffe40c4 commit 6a5209bCopy full SHA for 6a5209b
src/base.cmake
@@ -285,5 +285,5 @@ if (CONFIG_IDF_TARGET_ESP32S3) # Extra compile options needed to build esp-nn AS
285
target_compile_options(microlite INTERFACE -mlongcalls -fno-unroll-loops -Wno-unused-function)
286
endif()
287
288
-target_link_libraries(usermod_microlite INTERFACE microlite)
+target_link_libraries(usermod INTERFACE microlite)
289
micropy_gather_target_properties(microlite)
0 commit comments