From 248794965dd549abde3abb3f4dad5f0a4b7a6951 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:27:25 -0400 Subject: [PATCH] main: do not forget to call startTunerStudioConnectivity() (#210) Currently useless. Co-authored-by: Andrey Gusakov --- firmware/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/main.cpp b/firmware/main.cpp index 031d92f..187ad06 100644 --- a/firmware/main.cpp +++ b/firmware/main.cpp @@ -12,6 +12,7 @@ #include "auxout.h" #include "max31855.h" #include "port.h" +#include "tunerstudio.h" #include "wideband_config.h" @@ -36,6 +37,8 @@ int main() { StartPumpControl(); InitAuxDac(); + startTunerStudioConnectivity(); + InitCan(); InitUart();