File tree <
8000
button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" data-analytics-opt-out="true" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Raatdab:-loading-announcement" aria-labelledby="expand-button-file-tree-button"> 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,9 @@ set(PICO_SDK_COMPONENTS
163
163
164
164
# Define mpy-cross flags and frozen manifest
165
165
set (MICROPY_CROSS_FLAGS -march=armv7m)
166
- set (MICROPY_FROZEN_MANIFEST ${PROJECT_SOURCE_DIR} /boards/manifest.py)
166
+ if (NOT MICROPY_FROZEN_MANIFEST)
167
+ set (MICROPY_FROZEN_MANIFEST ${PROJECT_SOURCE_DIR} /boards/manifest.py)
168
+ endif ()
167
169
168
170
target_sources (${MICROPY_TARGET} PRIVATE
169
171
${MICROPY_SOURCE_PY}
You can’t perform that action at this time.
0 commit comments