working now?

This commit is contained in:
2020-11-25 10:02:38 +01:00
parent 7c63579390
commit edf1942ad3
6 changed files with 40 additions and 35 deletions

View File

@ -10,7 +10,6 @@ typedef struct __attribute__((__packed__)) s_deviceStats {
uint32_t totalPowercycles;
uint32_t totalRequests;
uint32_t totalFailures;
uint32_t totalOverruns;
} t_deviceStats;
void eepromInit();