Closed OpusK closed 4 years ago
I fixed a misuse of local variables and parameter names in function NRF52Serial::setBaudrate(). This modification allows you to change the baudrate of the serial normally.
And, I added a newline at the end of the file to ensure normal file comparisons between different systems.
Unnecessary commits are included so I close this PR and post another PR.
I fixed a misuse of local variables and parameter names in function NRF52Serial::setBaudrate(). This modification allows you to change the baudrate of the serial normally.
And, I added a newline at the end of the file to ensure normal file comparisons between different systems.