summaryrefslogtreecommitdiff
path: root/Mode/ModeConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mode/ModeConfig.h')
-rw-r--r--Mode/ModeConfig.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mode/ModeConfig.h b/Mode/ModeConfig.h
index 6c0ac73..d0730c7 100644
--- a/Mode/ModeConfig.h
+++ b/Mode/ModeConfig.h
@@ -6,14 +6,12 @@
#include "mbed.h"
#include "MTSSerial.h"
#include "Commands.h"
-#include "mDot.h"
-#include "ButtonHandler.h"
class ModeConfig : public Mode {
public:
- ModeConfig(DOGS102* lcd, ButtonHandler* buttons, mDot* dot, LoRaHandler* lora, GPSPARSER* gps);
+ ModeConfig(DOGS102* lcd, ButtonHandler* buttons, mDot* dot, LoRaHandler* lora, GPSPARSER* gps, SensorHandler* sensors);
// Command error text...
static const char command_error[];