diff --git a/workspace/TS100/src/Settings.cpp b/workspace/TS100/src/Settings.cpp index 47b0725c..de7ee620 100644 --- a/workspace/TS100/src/Settings.cpp +++ b/workspace/TS100/src/Settings.cpp @@ -9,7 +9,7 @@ #include "Settings.h" #include "Setup.h" -#define FLASH_ADDR (0x8000000|0xBC00)/*Flash start OR'ed with the maximum amount of flash - 1024 bytes*/ +#define FLASH_ADDR (0x8000000|0xFC00)/*Flash start OR'ed with the maximum amount of flash - 1024 bytes*/ #include "string.h" systemSettingsType systemSettings;