diff options
| author | hubmartin <hub.martin@gmail.com> | 2021-08-03 18:40:27 (GMT) |
|---|---|---|
| committer | hubmartin <hub.martin@gmail.com> | 2021-08-03 18:40:27 (GMT) |
| commit | b3e6da75148fcb54fdb5fe02f6bdc7d7d3905e98 (patch) | |
| tree | 17eae3781e8dc2d1d159b991b76cf651c3842318 /src/components/battery | |
| parent | b7aa04e1f55096d754a7cc291f02f3430f5a3cd9 (diff) | |
Cleanup, set Pinetime as default
Diffstat (limited to 'src/components/battery')
| -rw-r--r-- | src/components/battery/BatteryController.cpp | 1 | ||||
| -rw-r--r-- | src/components/battery/BatteryController.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/components/battery/BatteryController.cpp b/src/components/battery/BatteryController.cpp index d543ccd..e2fce7f 100644 --- a/src/components/battery/BatteryController.cpp +++ b/src/components/battery/BatteryController.cpp @@ -1,4 +1,5 @@ #include "BatteryController.h" +#include "drivers/PinMap.h" #include <hal/nrf_gpio.h> #include <nrfx_saadc.h> #include <algorithm> diff --git a/src/components/battery/BatteryController.h b/src/components/battery/BatteryController.h index 993ef6c..5c7fa1f 100644 --- a/src/components/battery/BatteryController.h +++ b/src/components/battery/BatteryController.h @@ -3,7 +3,6 @@ #include <drivers/include/nrfx_saadc.h> #include <array> #include <numeric> -#include <drivers/PinMap.h> namespace Pinetime { namespace Controllers { |
