8000 Update mpconfigboard.h · adafruit/circuitpython@5d190a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d190a5

Browse files
authored
Update mpconfigboard.h
Corrected NVM size.
1 parent 548e689 commit 5d190a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/mini_sam_m4_g18/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// If you change this, then make sure to update the linker scripts as well to
2323
// make sure you don't overwrite code
24-
#define CIRCUITPY_INTERNAL_NVM_SIZE 4096
24+
#define CIRCUITPY_INTERNAL_NVM_SIZE 8192
2525

2626
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)
2727

0 commit comments

Comments
 (0)
0