summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Shockley <benjaminshockley@hotmail.com>2018-10-19 21:18:19 -0500
committerGitHub <noreply@github.com>2018-10-19 21:18:19 -0500
commit5d190a56151b828537b56bf3868dd34d2ec9dd66 (patch)
treeed61b2f3babb31ba7d1c41c5f7a0112f2306e11f
parent548e6893cd3875c29ded778be81c41e672e452af (diff)
Update mpconfigboard.h
Corrected NVM size.
-rw-r--r--ports/atmel-samd/boards/mini_sam_m4_g18/mpconfigboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/mini_sam_m4_g18/mpconfigboard.h b/ports/atmel-samd/boards/mini_sam_m4_g18/mpconfigboard.h
index b297a8edc..3c4b21ddd 100644
--- a/ports/atmel-samd/boards/mini_sam_m4_g18/mpconfigboard.h
+++ b/ports/atmel-samd/boards/mini_sam_m4_g18/mpconfigboard.h
@@ -21,7 +21,7 @@
// If you change this, then make sure to update the linker scripts as well to
// make sure you don't overwrite code
-#define CIRCUITPY_INTERNAL_NVM_SIZE 4096
+#define CIRCUITPY_INTERNAL_NVM_SIZE 8192
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000 - CIRCUITPY_INTERNAL_NVM_SIZE)