Added flash size for PicoSystem

This commit is contained in:
ZodiusInfuser 2021-02-23 11:04:20 +00:00 committed by GitHub
parent a9951c9b6c
commit 1a0bf4c33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@
#define DEFAULT_UART_BUS_RX (&pin_GPIO1) #define DEFAULT_UART_BUS_RX (&pin_GPIO1)
#define DEFAULT_UART_BUS_TX (&pin_GPIO0) #define DEFAULT_UART_BUS_TX (&pin_GPIO0)
#define TOTAL_FLASH_SIZE (16 * 1024 * 1024)
// These pins are unconnected // These pins are unconnected
#define IGNORE_PIN_GPIO3 1 #define IGNORE_PIN_GPIO3 1
#define IGNORE_PIN_GPIO10 1 #define IGNORE_PIN_GPIO10 1