Switched to non-deprecated math header

This commit is contained in:
Avamander 2021-06-25 00:39:50 +03:00
parent 4b2dcbb4f0
commit b6e9e4171d

View file

@ -3,6 +3,7 @@
#include <hal/nrf_gpio.h> #include <hal/nrf_gpio.h>
#include <nrfx_saadc.h> #include <nrfx_saadc.h>
#include <algorithm> #include <algorithm>
#include <cmath>
using namespace Pinetime::Controllers; using namespace Pinetime::Controllers;