Skip to content

Commit

Permalink
TinyFXW: Correct manifest filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 24, 2024
1 parent 6ad9ff1 commit 7c5b8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/PIMORONI_TINYFX/mpconfigvariant_w.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(MICROPY_BLUETOOTH_BTSTACK ON)
# MICROPY_PY_BLUETOOTH_CYW43 = 1
set(MICROPY_PY_BLUETOOTH_CYW43 ON)

set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest-wireless.py)
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest-w.py)

set(PICO_BOARD "pimoroni_tinyfx")
set(PICO_BOARD_HEADER_DIRS ${CMAKE_CURRENT_LIST_DIR})

0 comments on commit 7c5b8d1

Please sign in to comment.