Update battery.c

This commit is contained in:
wizmo2
2021-05-13 20:00:02 -04:00
committed by GitHub
parent de41fb9583
commit d3dd8b9078

View File

@@ -32,8 +32,8 @@ static const char *TAG = "battery";
static struct {
int channel;
float sum, avg, scale;
int count, attenuation;
int cells;
int count;
int cells, attenuation;
TimerHandle_t timer;
} battery = {
.channel = CONFIG_BAT_CHANNEL,