summaryrefslogtreecommitdiff
path: root/src/components/battery
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-12-09 20:27:38 (GMT)
committerGitHub <noreply@github.com>2021-12-09 20:27:38 (GMT)
commitd29a9818af3b4ecb0c547f7ccd998eb55ca821c7 (patch)
tree572ece371e587fb6e5c3b531473a528305ba1809 /src/components/battery
parentb946b8d156175309ab778038dab75ec7996c05bc (diff)
parente8c1302cd65dbd804d152227ae76aa786d6f0b60 (diff)
Merge pull request #353 from Avamander/patch-weather
WeatherService
Diffstat (limited to 'src/components/battery')
-rw-r--r--src/components/battery/BatteryController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/battery/BatteryController.cpp b/src/components/battery/BatteryController.cpp
index c875cb8..300d097 100644
--- a/src/components/battery/BatteryController.cpp
+++ b/src/components/battery/BatteryController.cpp
@@ -3,6 +3,7 @@
#include <hal/nrf_gpio.h>
#include <nrfx_saadc.h>
#include <algorithm>
+#include <cmath>
using namespace Pinetime::Controllers;