We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc2159 commit 07e1505Copy full SHA for 07e1505
ports/atmel-samd/mpconfigport.h
@@ -97,11 +97,11 @@
97
98
#if INTERNAL_FLASH_FILESYSTEM
99
#if defined(NANO_IOT_ATECC)
100
- #define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (51*1024)
+ #define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (49*1024)
101
#elif defined(NANO_IOT_LSM6DS)
102
103
#elif defined(NANO_IOT_ATECC_LSM6DS)
104
- #define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (38*1024)
+ #define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (37*1024)
105
#else
106
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (64*1024)
107
#endif
0 commit comments