mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Testing for failed unit tests
This commit is contained in:
parent
dcd8dcade9
commit
7f6eddca76
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void set_event(EVENTS_ENUM_TYPE event, uint8_t data) {
|
|||
void update_event_timestamps(void) {
|
||||
unsigned long new_millis = millis();
|
||||
if (new_millis - previous_millis >= 1000) {
|
||||
time_seconds++;
|
||||
//time_seconds++;
|
||||
previous_millis = new_millis;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue