mirror of https://github.com/rusefi/wideband.git
main: do not forget to call startTunerStudioConnectivity() (#210)
Currently useless. Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
b5ed6d3af7
commit
248794965d
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue