|
|
@ -26,7 +26,7 @@ void Tracker::init_tracker() |
|
|
|
serial_manager.init(); |
|
|
|
serial_manager.init(); |
|
|
|
|
|
|
|
|
|
|
|
// setup first port early to allow BoardConfig to report errors
|
|
|
|
// setup first port early to allow BoardConfig to report errors
|
|
|
|
gcs().chan(0).setup_uart(AP_SerialManager::SerialProtocol_MAVLink, 0); |
|
|
|
gcs().chan(0).setup_uart(0); |
|
|
|
|
|
|
|
|
|
|
|
// Register mavlink_delay_cb, which will run anytime you have
|
|
|
|
// Register mavlink_delay_cb, which will run anytime you have
|
|
|
|
// more than 5ms remaining in your call to hal.scheduler->delay
|
|
|
|
// more than 5ms remaining in your call to hal.scheduler->delay
|
|
|
|