mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Minor events update on the fly
Updated some comments and the location of the magic EEPROM event log number
This commit is contained in:
parent
ff37650f13
commit
8a12a55bb7
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue