Skip to content

Commit 3bdb274

Browse files
committed
CI: Don't monkey with manifest.py paths.
1 parent cce02fe commit 3bdb274

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

micropython/board/PICO_W_ENVIRO/mpconfigboard.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ set(MICROPY_BOARD PICO_W)
33

44
set(MICROPY_PY_LWIP ON)
55
set(MICROPY_PY_NETWORK_CYW43 ON)
6-
7-
# Board specific version of the frozen manifest
8-
set(MICROPY_FROZEN_MANIFEST ${CMAKE_SOURCE_DIR}/boards/PICO_W_ENVIRO/manifest.py)

micropython/board/PICO_W_INKY/mpconfigboard.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ set(MICROPY_BOARD PICO_W)
33

44
set(MICROPY_PY_LWIP ON)
55
set(MICROPY_PY_NETWORK_CYW43 ON)
6-
7-
# Board specific version of the frozen manifest
8-
set(MICROPY_FROZEN_MANIFEST ${CMAKE_SOURCE_DIR}/boards/PICO_W_INKY/manifest.py)

0 commit comments

Comments
 (0)