boards/RPI_PICO: Fix build.

This commit is contained in:
iabdalkader 2024-11-05 19:03:06 +01:00
parent 557d293538
commit 62eb0737f7

View File

@ -8,3 +8,4 @@ set(MICROPY_PY_AUDIO 0)
set(MICROPY_PY_DISPLAY 0)
set(MICROPY_PY_TV 0)
set(MICROPY_PY_BUZZER 0)
set(CMSIS_MCU_H "RP2040.h")