Skip to content

Commit 6abea8a

Browse files
committed
another place to fix flash capacity
1 parent d012561 commit 6abea8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/mimxrt10xx/boards/metro_m7_1011/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// make sure you don't overwrite code
88
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
99

10-
#define BOARD_FLASH_SIZE (2 * 1024 * 1024)
10+
#define BOARD_FLASH_SIZE (4 * 1024 * 1024)
1111

1212
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO_02)
1313
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO_01)

0 commit comments

Comments
 (0)