diff options
author | Ben V. Brown <[email protected]> | 2020-12-31 13:21:19 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2020-12-31 13:21:19 +1100 |
commit | 8acfc7e587184d947c054d7e039961b10a3c3e0e (patch) | |
tree | cc81732b9bf65ffa1208c7204807e1bdebc2a5dd | |
parent | 1b4610c8df32afc354cf0ab6746342518719e059 (diff) | |
download | IronOS-2.13.tar.gz IronOS-2.13.zip |
Bump Settings versionv2.13
As during development some fields were removed.
-rwxr-xr-x | workspace/TS100/Core/Inc/Settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/TS100/Core/Inc/Settings.h b/workspace/TS100/Core/Inc/Settings.h index b1524399..5cb56738 100755 --- a/workspace/TS100/Core/Inc/Settings.h +++ b/workspace/TS100/Core/Inc/Settings.h @@ -11,7 +11,7 @@ #define SETTINGS_H_ #include <stdint.h> #include "unit.h" -#define SETTINGSVERSION (0x22) +#define SETTINGSVERSION (0x23) /*Change this if you change the struct below to prevent people getting \ out of sync*/ |