Skip to content

Commit a9951c9

Browse files
Added flash size for Keybow2040
1 parent ca9b7de commit a9951c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/pimoroni_keybow2040/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)
2929
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
3030

31+
#define TOTAL_FLASH_SIZE (2 * 1024 * 1024)
32+
3133
// These pins are unconnected
3234
#define IGNORE_PIN_GPIO2 1
3335
#define IGNORE_PIN_GPIO22 1

0 commit comments

Comments
 (0)