summaryrefslogtreecommitdiff
path: root/src/components/battery
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-09-03 16:57:00 +0300
committerRiku Isokoski <riksu9000@gmail.com>2021-09-03 16:57:00 +0300
commitb31b2425f8afd5022173852f5a78592b37104c39 (patch)
treec06d80c34f0db72727aab404bbdbc804a7b9abae /src/components/battery
parentac2ccaeff6e713b0121b39a6ae5dfce15ea8680c (diff)
Use percentage instead of IsFull
Diffstat (limited to 'src/components/battery')
-rw-r--r--src/components/battery/BatteryController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/battery/BatteryController.h b/src/components/battery/BatteryController.h
index 164057c4..b66da5e4 100644
--- a/src/components/battery/BatteryController.h
+++ b/src/components/battery/BatteryController.h
@@ -32,10 +32,6 @@ namespace Pinetime {
return isPowerPresent;
}
- bool IsFull() const {
- return isFull;
- }
-
private:
static Battery* instance;
nrf_saadc_value_t saadc_value;