Skip to content

Commit

Permalink
keep original size of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Mar 12, 2024
1 parent 159d56c commit 5412552
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/settings/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ namespace settings {

#if defined(SAMD21)
#define SETTINGS_SIZE (2 * 1024)
#elif defined(MICROBIT_CODAL) && MICROBIT_CODAL
#define SETTINGS_SIZE (8 * 1024)
#else
#define SETTINGS_SIZE (32 * 1024)
#endif
Expand Down

0 comments on commit 5412552

Please sign in to comment.