summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-09-03 13:57:00 (GMT)
committerRiku Isokoski <riksu9000@gmail.com>2021-09-03 13:57:00 (GMT)
commitb31b2425f8afd5022173852f5a78592b37104c39 (patch)
treec06d80c34f0db72727aab404bbdbc804a7b9abae /src/components
parentac2ccaeff6e713b0121b39a6ae5dfce15ea8680c (diff)
Use percentage instead of IsFull
Diffstat (limited to 'src/components')
-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 164057c..b66da5e 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;