Merge pull request #2483 from openmv/rpi_pico_fix

boards/RPI_PICO: Fix build.
This commit is contained in:
Ibrahim Abdelkader 2024-11-05 21:33:14 +02:00 committed by GitHub
commit 6e7b031fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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")