]> git.itanic.dy.fi Git - log-plotter/blobdiff - data.h
data.h: Fix comment
[log-plotter] / data.h
diff --git a/data.h b/data.h
index 3034e0c62ad1999081b342dceb206cdd2d862c7d..459ee66c023b58990c074411cfab0ae7039d7d65 100644 (file)
--- a/data.h
+++ b/data.h
@@ -13,7 +13,7 @@ struct charger_data {
        double cell_voltage[MAX_CELLS];
 
        double total_charge;    /* mAh */
-       double int_temp;        /* milli celsius */
+       double int_temp;        /* celsius */
        double ext_temp;
 };