reset.cpp code sanitizations

This commit is contained in:
cyberman54 2023-03-12 00:37:50 +01:00
parent 3b6ecf7b36
commit e14f515cd5

View File

@ -196,4 +196,4 @@ void enter_deepsleep(uint32_t wakeup_sec, gpio_num_t wakeup_gpio) {
uint64_t uptime() {
return (uint64_t)(RTC_millis + esp_timer_get_time() / 1000LL);
}
}