diff options
| author | Benjamin Shockley <benjaminshockley@hotmail.com> | 2018-10-19 21:18:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-19 21:18:19 -0500 |
| commit | 5d190a56151b828537b56bf3868dd34d2ec9dd66 (patch) | |
| tree | ed61b2f3babb31ba7d1c41c5f7a0112f2306e11f | |
| parent | 548e6893cd3875c29ded778be81c41e672e452af (diff) | |
Update mpconfigboard.h
Corrected NVM size.
| -rw-r--r-- | ports/atmel-samd/boards/mini_sam_m4_g18/mpconfigboard.h | 2 |
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) |
