Parens
This commit is contained in:
parent
0aafeac209
commit
863981a5b8
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user