Increment EEPROM Magic Number due to EEPROM init issues
Specifically, the magic value may be initialized, but the range added for the CTRL-GUI feature is not
This commit is contained in:
committed by
Florian Didron
parent
e85eeeaa53
commit
0ec90ce881
@@ -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)0xFEEE
|
||||
#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEF
|
||||
#define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF
|
||||
|
||||
/* EEPROM parameter address */
|
||||
|
||||
Reference in New Issue
Block a user