mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Update HAL_PX4_Class.cpp
"ttys5" used both for console and common usart ,it should be initialized by AP_SerialManager ;
This commit is contained in:
parent
1f5743e900
commit
9f0e8a64d5
@ -152,7 +152,6 @@ static int main_loop(int argc, char **argv)
|
||||
hal.uartC->begin(57600);
|
||||
hal.uartD->begin(57600);
|
||||
hal.uartE->begin(57600);
|
||||
hal.uartF->begin(57600);
|
||||
hal.scheduler->init();
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user