diff --git a/src/device.h b/src/device.h index c8ef2ae..16343e1 100644 --- a/src/device.h +++ b/src/device.h @@ -23,7 +23,7 @@ class Device { int min_val = INT_MAX; int max_val = INT_MIN; int tick = 0; - int avg_val = 0; + long int avg_val = 0; }; const string file_path;