Skip to content

Commit 8657c89

Browse files
authored
Update readme.md
1 parent 0aafa11 commit 8657c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PORT_PATH="/mnt/d/Users/jef41/Documents/GitHub/micropython/ports/rp2" && \
2020
cd "$BASE_DIR/build-RPI_PICO2_W" && \
2121
cmake -DMICROPY_BOARD=RPI_PICO2_W \
2222
-DMICROPY_FROZEN_MANIFEST=$BASE_DIR/manifest_RPI_PICO2_W.py \
23-
-DUSER_C_MODULES=$MODULES_PATH && \
23+
-DUSER_C_MODULES=$MODULES_PATH \
2424
-S $PORT_PATH && \
2525
make -j$(nproc) && picotool info -a firmware.uf2
2626

0 commit comments

Comments
 (0)