REVONANO - Workaround an approximation bug in SPL UART code.
commit04c067e8cd7f214fe40114723c2947e59d48962f
authorAlessio Morale <alessiomorale@gmail.com>
Wed, 22 Apr 2015 20:25:22 +0000 (22 22:25 +0200)
committerAlessio Morale <alessiomorale@gmail.com>
Mon, 18 May 2015 19:30:04 +0000 (18 21:30 +0200)
treed9f3c1a1139d0aa14fd27c42a8006ff10bbc754f
parent295ca380265b8c0b40ee07828630e4875b7e171e
REVONANO - Workaround an approximation bug in SPL UART code.
Due to some approximation bug in SPL 100000 gives a prescaler of 29 resulting in (48000000 / 29) / 16 (oversampling)  = 103448
99999 gives a nice 30 resulting in exactly 100000.
flight/targets/boards/revonano/board_hw_defs.c