lancaster-university / codal-nrf52

MIT License
3 stars 15 forks source link

Fixed typo in NRF52Serial::setBaudrate(). #9

Closed OpusK closed 4 years ago

OpusK commented 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.

OpusK commented 4 years ago

Unnecessary commits are included so I close this PR and post another PR.