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 "auxout.h"
|
||||||
#include "max31855.h"
|
#include "max31855.h"
|
||||||
#include "port.h"
|
#include "port.h"
|
||||||
|
#include "tunerstudio.h"
|
||||||
|
|
||||||
#include "wideband_config.h"
|
#include "wideband_config.h"
|
||||||
|
|
||||||
|
@ -36,6 +37,8 @@ int main() {
|
||||||
StartPumpControl();
|
StartPumpControl();
|
||||||
InitAuxDac();
|
InitAuxDac();
|
||||||
|
|
||||||
|
startTunerStudioConnectivity();
|
||||||
|
|
||||||
InitCan();
|
InitCan();
|
||||||
InitUart();
|
InitUart();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue