From 6dc4aa3a3f91bce1ecdfc072362bb710f9b6d5ff Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 29 Jul 2024 16:14:31 +0100 Subject: [PATCH] TinyFX: Use correct board definition. --- boards/PIMORONI_TINYFX/mpconfigboard.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/PIMORONI_TINYFX/mpconfigboard.cmake b/boards/PIMORONI_TINYFX/mpconfigboard.cmake index c89ff78..b0dab9e 100644 --- a/boards/PIMORONI_TINYFX/mpconfigboard.cmake +++ b/boards/PIMORONI_TINYFX/mpconfigboard.cmake @@ -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)