Skip to content

Commit 863981a

Browse files
committed
Parens
1 parent 0aafeac commit 863981a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
1515

1616
// Flash chip is GD25Q32 connected over QSPI
17-
#define TOTAL_FLASH_SIZE 4 * 1024 * 1024
17+
#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)

ports/raspberrypi/boards/qtpy_rp2040/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
1515

1616
// Flash chip is GD25Q32 connected over QSPI
17-
#define TOTAL_FLASH_SIZE 4 * 1024 * 1024
17+
#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)

ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
1616

1717
// Flash chip is W25Q16JVUXIQ connected over QSPI
18-
#define TOTAL_FLASH_SIZE 2 * 1024 * 1024
18+
#define TOTAL_FLASH_SIZE (2 * 1024 * 1024)

0 commit comments

Comments
 (0)