Merge pull request #8061 from naveenkaje/push_uart_flow_control_fix

NRF52: Ensure that we configure hardware after flow control changes
pull/7948/head
Cruz Monrreal 2018-10-08 10:08:03 -05:00 committed by GitHub
commit 2b3f5bd486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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