summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-06-06 18:20:55 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-06-06 18:20:55 (GMT)
commitff00873f974cb1400acf7721251167634e60107a (patch)
tree143ec0357881fab9a41dbdb1d2e5cfae2a9a816b /src/main.cpp
parent7f9cc51b050e1034b573e37484f7afe29c370d81 (diff)
Fix build for recovery firmware.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 60ed058..52ec958 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,7 +33,6 @@
#include "components/ble/NotificationManager.h"
#include "components/motor/MotorController.h"
#include "components/datetime/DateTimeController.h"
-#include "components/settings/Settings.h"
#include "components/heartrate/HeartRateController.h"
#include "drivers/Spi.h"
#include "drivers/SpiMaster.h"