mirror of https://github.com/ARMmbed/mbed-os.git
NRF52: Ensure that we configure hardware after flow control changes
Call the routines to program the hardware to reflect the updates made to flow control so that the object and hardware are in synch.pull/8479/head
parent
758fca4644
commit
882642c2ab
|
@ -1257,6 +1257,7 @@ void serial_set_flow_control(serial_t *obj, FlowControl type, PinName rxflow, Pi
|
|||
|
||||
/* Force reconfiguration next time object is owner. */
|
||||
uart_object->update = true;
|
||||
nordic_nrf5_serial_configure(obj);
|
||||
}
|
||||
|
||||
/** Clear the serial peripheral
|
||||
|
|
Loading…
Reference in New Issue