This commit is contained in:
Scott Shawcroft 2021-02-22 18:31:45 -08:00
parent 0aafeac209
commit 863981a5b8
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
// Flash chip is GD25Q32 connected over QSPI
#define TOTAL_FLASH_SIZE 4 * 1024 * 1024
#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)

View File

@ -14,4 +14,4 @@
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
// Flash chip is GD25Q32 connected over QSPI
#define TOTAL_FLASH_SIZE 4 * 1024 * 1024
#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)

View File

@ -15,4 +15,4 @@
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
// Flash chip is W25Q16JVUXIQ connected over QSPI
#define TOTAL_FLASH_SIZE 2 * 1024 * 1024
#define TOTAL_FLASH_SIZE (2 * 1024 * 1024)