X-Git-Url: http://git.itanic.dy.fi/?p=log-plotter;a=blobdiff_plain;f=data.h;fp=data.h;h=b9c04c96dd52eddd992e94c1c13c5139825a027f;hp=6e286faed2c0ec0fd94033f03d88c5083610b493;hb=e7ce6c43fe34b6f5fd6b3abfeb3e121c6d9bbc0c;hpb=09a5e21cff7551e037385280e2a85e95c41072e4 diff --git a/data.h b/data.h index 6e286fa..b9c04c9 100644 --- a/data.h +++ b/data.h @@ -6,7 +6,7 @@ #define MAX_CELLS 10 struct charger_data { - int channel; + unsigned int channel; int state; double timestamp; /* seconds since beginning of the charging */ double input_voltage;