main: do not forget to call startTunerStudioConnectivity() (#210)

Currently useless.

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2023-02-27 19:27:25 -04:00 committed by GitHub
parent b5ed6d3af7
commit 248794965d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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();