mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_IOMCU: removed set_blocking_writes
This commit is contained in:
parent
2d28b59661
commit
22c31ac729
@ -72,7 +72,6 @@ void AP_IOMCU::init(void)
|
||||
{
|
||||
// uart runs at 1.5MBit
|
||||
uart.begin(1500*1000, 128, 128);
|
||||
uart.set_blocking_writes(true);
|
||||
uart.set_unbuffered_writes(true);
|
||||
|
||||
AP_BoardConfig *boardconfig = AP_BoardConfig::get_singleton();
|
||||
@ -108,7 +107,6 @@ void AP_IOMCU::thread_main(void)
|
||||
chEvtSignal(thread_ctx, initial_event_mask);
|
||||
|
||||
uart.begin(1500*1000, 128, 128);
|
||||
uart.set_blocking_writes(true);
|
||||
uart.set_unbuffered_writes(true);
|
||||
|
||||
trigger_event(IOEVENT_INIT);
|
||||
|
Loading…
Reference in New Issue
Block a user