Minor events update on the fly

Updated some comments and the location of the magic EEPROM event log number
This commit is contained in:
Cabooman 2024-02-26 08:17:37 +01:00
parent ff37650f13
commit 8a12a55bb7
2 changed files with 10 additions and 4 deletions

View file

@ -8,7 +8,6 @@
#include "../config.h"
#include "timer.h"
#define EE_MAGIC_HEADER_VALUE 0xA5A5
#define EE_NOF_EVENT_ENTRIES 30
#define EE_EVENT_ENTRY_SIZE sizeof(EVENT_LOG_ENTRY_TYPE)
#define EE_WRITE_PERIOD_MINUTES 10