mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8061 from naveenkaje/push_uart_flow_control_fix
NRF52: Ensure that we configure hardware after flow control changespull/7948/head
commit
2b3f5bd486
|
@ -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