1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

PICO: Renamed MCU FAMILY to RP2350 (#14497)

This commit is contained in:
Jay Blackman 2025-07-01 13:41:49 +10:00 committed by GitHub
parent bc6f95928e
commit dd45f9a7fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
TARGET_MCU := RP2350A
TARGET_MCU_FAMILY := PICO
TARGET_MCU_FAMILY := RP2350
MCU_FLASH_SIZE = 4096

View file

@ -1,5 +1,5 @@
TARGET_MCU := RP2350B
TARGET_MCU_FAMILY := PICO
TARGET_MCU_FAMILY := RP2350
MCU_FLASH_SIZE = 8192