mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
fix up tests
This commit is contained in:
parent
3a47b3eb42
commit
ef7225624b
5 changed files with 16 additions and 9 deletions
|
@ -3,8 +3,8 @@
|
|||
#include "../../../USER_SETTINGS.h"
|
||||
#include "../config.h"
|
||||
|
||||
static unsigned long previous_millis = 0;
|
||||
static uint32_t time_seconds = 0;
|
||||
unsigned long previous_millis = 0;
|
||||
uint32_t time_seconds = 0;
|
||||
static uint8_t total_led_color = GREEN;
|
||||
static char event_message[256];
|
||||
EVENTS_STRUCT_TYPE entries[EVENT_NOF_EVENTS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue