mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Remove unused defines
This commit is contained in:
parent
733d52d72b
commit
949bfb172a
1 changed files with 0 additions and 7 deletions
|
@ -5,14 +5,8 @@
|
|||
#endif
|
||||
|
||||
#include "../../../USER_SETTINGS.h"
|
||||
#include "../../lib/YiannisBourkelis-Uptime-Library/src/uptime.h"
|
||||
#include "timer.h"
|
||||
|
||||
// Time conversion macros
|
||||
#define DAYS_TO_SECS 86400 // 24 * 60 * 60
|
||||
#define HOURS_TO_SECS 3600 // 60 * 60
|
||||
#define MINUTES_TO_SECS 60
|
||||
|
||||
#define EE_NOF_EVENT_ENTRIES 30
|
||||
#define EE_EVENT_ENTRY_SIZE sizeof(EVENT_LOG_ENTRY_TYPE)
|
||||
#define EE_WRITE_PERIOD_MINUTES 10
|
||||
|
@ -70,7 +64,6 @@ static uint32_t lastMillis = millis();
|
|||
static void set_event(EVENTS_ENUM_TYPE event, uint8_t data, bool latched);
|
||||
static void update_event_level(void);
|
||||
static void update_bms_status(void);
|
||||
|
||||
static void log_event(EVENTS_ENUM_TYPE event, uint8_t millisrolloverCount, uint32_t timestamp, uint8_t data);
|
||||
static void print_event_log(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue