Skip to content

Commit 33001f4

Browse files
committed
nrf: simmel: shrink filesystem to fit watchdog timer
The watchdog timer has increased the amount of code and text that's required. Signed-off-by: Sean Cross <[email protected]>
1 parent daf7c28 commit 33001f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/boards/simmel/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#endif
4141

4242
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
43-
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (80*1024)
43+
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (76*1024)
4444

4545
#define BOOTLOADER_SIZE (0x4000) // 12 kiB
4646
#define CIRCUITPY_BLE_CONFIG_SIZE (12*1024)

0 commit comments

Comments
 (0)