diff options
| author | Avamander <avamander@gmail.com> | 2021-06-24 21:39:50 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2021-12-04 20:03:40 (GMT) |
| commit | b6e9e4171d3ecb417b7fbae61285474036542508 (patch) | |
| tree | a392bcd58d579db9d5595ae4859f1bb30a8cc179 /src/components | |
| parent | 4b2dcbb4f053a89faab50c03083c71fabf9f288a (diff) | |
Switched to non-deprecated math header
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/battery/BatteryController.cpp | 1 |
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; |
