diff options
Diffstat (limited to 'src/common/Core/stats.h')
-rw-r--r-- | src/common/Core/stats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Core/stats.h b/src/common/Core/stats.h index 09f4c17..31d653d 100644 --- a/src/common/Core/stats.h +++ b/src/common/Core/stats.h @@ -1,7 +1,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2019 Matthias P. Braendli, Maximilien Cuony + * Copyright (c) 2020 Matthias P. Braendli, Maximilien Cuony * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ #pragma once #include <stdint.h> -void stats_voltage_at_full_hour(int hour, float u_bat); +void stats_battery_at_full_hour(int hour, float u_bat, uint32_t capacity_mAh); void stats_voltage(float u_bat); void stats_temp(float temp); |