summaryrefslogtreecommitdiff
path: root/Mode/ModeConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Mode/ModeConfig.cpp')
-rw-r--r--Mode/ModeConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mode/ModeConfig.cpp b/Mode/ModeConfig.cpp
index babd898..3758e38 100644
--- a/Mode/ModeConfig.cpp
+++ b/Mode/ModeConfig.cpp
@@ -19,8 +19,8 @@ void ModeConfig::addCommand(Command* cmd) {
_commands.push_back(cmd);
}
-ModeConfig::ModeConfig(DOGS102* lcd, ButtonHandler* buttons, mDot* dot, LoRaHandler* lora, GPSPARSER* gps)
-: Mode(lcd, buttons, dot, lora, gps),
+ModeConfig::ModeConfig(DOGS102* lcd, ButtonHandler* buttons, mDot* dot, LoRaHandler* lora, GPSPARSER* gps, SensorHandler* sensors)
+: Mode(lcd, buttons, dot, lora, gps, sensors),
_lc(lcd),
_serial(USBTX, USBRX, 512, 512)
{