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:
parent
bc6f95928e
commit
dd45f9a7fe
3 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
TARGET_MCU := RP2350A
|
TARGET_MCU := RP2350A
|
||||||
TARGET_MCU_FAMILY := PICO
|
TARGET_MCU_FAMILY := RP2350
|
||||||
|
|
||||||
MCU_FLASH_SIZE = 4096
|
MCU_FLASH_SIZE = 4096
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
TARGET_MCU := RP2350B
|
TARGET_MCU := RP2350B
|
||||||
TARGET_MCU_FAMILY := PICO
|
TARGET_MCU_FAMILY := RP2350
|
||||||
|
|
||||||
MCU_FLASH_SIZE = 8192
|
MCU_FLASH_SIZE = 8192
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue