Skip to content

Commit

Permalink
TinyFX: Use correct board definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 29, 2024
1 parent 5a73e0a commit 6dc4aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/PIMORONI_TINYFX/mpconfigboard.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cmake file for Raspberry Pi Pico
set(PICO_BOARD "pico")
set(PICO_BOARD "pimoroni_tinyfx")

# Board specific version of the frozen manifest
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
Expand Down

0 comments on commit 6dc4aa3

Please sign in to comment.