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
Naveen Kaje 2018-09-04 16:28:04 -05:00 committed by adbridge
parent 758fca4644
commit 882642c2ab
1 changed files with 1 additions and 0 deletions

View File

@ -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