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 b297a8edcf..3c4b21ddd3 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)