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/8061/head
parent
920db63453
commit
9e175db443
|
@ -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