mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Hott_Telem: removed set_blocking_writes
This commit is contained in:
parent
22c31ac729
commit
4fc29909a4
@ -407,7 +407,6 @@ void AP_Hott_Telem::loop(void)
|
||||
{
|
||||
uart->begin(19200, 10, 10);
|
||||
uart->set_unbuffered_writes(true);
|
||||
uart->set_blocking_writes(true);
|
||||
|
||||
while (true) {
|
||||
hal.scheduler->delay_microseconds(1500);
|
||||
|
Loading…
Reference in New Issue
Block a user