summaryrefslogtreecommitdiff
path: root/src/components/battery
diff options
context:
space:
mode:
authorpanky-codes <pankaj.sarathy1992@gmail.com>2021-01-16 20:18:55 +0100
committerpanky-codes <pankaj.sarathy1992@gmail.com>2021-01-16 20:18:55 +0100
commit271ca78be55e2330b88bec90c7fe8f7a2e27bc87 (patch)
tree2a16abd783bcc9e5918c6b13071856f41fc3e360 /src/components/battery
parente2d1f8191563a6dc0232050b36e00c7b35c9bc21 (diff)
Converted all the other float usage to int.
Diffstat (limited to 'src/components/battery')
-rw-r--r--src/components/battery/BatteryController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/battery/BatteryController.h b/src/components/battery/BatteryController.h
index 0f2c2a42..2329f162 100644
--- a/src/components/battery/BatteryController.h
+++ b/src/components/battery/BatteryController.h
@@ -7,7 +7,7 @@
namespace Pinetime {
namespace Controllers {
// A simple circular buffer that can be used to average
- // out sensor values
+ // out the sensor values
template <int N>
class CircBuffer {
public: