mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Remove unused variable causing warning
This commit is contained in:
parent
1017b8497d
commit
7210e9fbe1
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ void core_loop(void* task_time_us) {
|
|||
|
||||
while (true) {
|
||||
int64_t now = esp_timer_get_time();
|
||||
int64_t wake_period = now - prev_wake;
|
||||
prev_wake = now;
|
||||
START_TIME_MEASUREMENT(all);
|
||||
START_TIME_MEASUREMENT(comm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue