This commit is contained in:
2021-02-12 23:28:13 +01:00
parent 3d54b9ee09
commit 13dd2b718f
3 changed files with 5 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void eepromSpiTxCpltCallback(SPI_HandleTypeDef *hspi) {
}
static void eepromHourlyUpdateDeviceStats(void *handle) {
void eepromHourlyUpdateDeviceStats(void *handle) {
deviceStats.s.totalRunningHours += 1;
logMsg("eeHUDS, about to write updated device stats");