diff options
author | Florian Didron <florian@111studio.jp> | 2019-08-14 10:24:00 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-08-15 01:56:15 +0000 |
commit | 2db33bc5e17cd9a054af5256cd371f97f142b319 (patch) | |
tree | 3d42c0e725ffff1e48fe14e8b09d9fcf90fbfd6d /tmk_core/common | |
parent | 87487abd05900407b23fd0a61dbfbe63705cb28c (diff) |
feat: force eeprom reset on flash
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/eeconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h index 3100041b4e..4606427aaf 100644 --- a/tmk_core/common/eeconfig.h +++ b/tmk_core/common/eeconfig.h @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <stdbool.h> -#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEED +#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEE #define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF /* EEPROM parameter address */ |