aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/battery/BatteryController.cpp
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2023-03-16 21:46:16 +0100
committerRiku Isokoski <riksu9000@gmail.com>2023-03-27 22:12:32 +0000
commit2ba8b179679aa92be46ac7688542b68f2695e04d (patch)
tree5f207515c6391529beb2182cbb3f6df47e5943f6 /src/components/battery/BatteryController.cpp
parent9641fd7308208442680a93350f22b3e59082c95c (diff)
linearapproximation: Move to src/utility
Diffstat (limited to 'src/components/battery/BatteryController.cpp')
-rw-r--r--src/components/battery/BatteryController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/battery/BatteryController.cpp b/src/components/battery/BatteryController.cpp
index d9e198c5..fdb461f8 100644
--- a/src/components/battery/BatteryController.cpp
+++ b/src/components/battery/BatteryController.cpp
@@ -1,5 +1,5 @@
#include "components/battery/BatteryController.h"
-#include "components/utility/LinearApproximation.h"
+#include "utility/LinearApproximation.h"
#include "drivers/PinMap.h"
#include <hal/nrf_gpio.h>
#include <nrfx_saadc.h>