1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_uart
MrKevinWeiss 501b257223 tests/periph_uart: fix baudrate truncation
Since some boards an int is 16 bits the atoi truncates values.
This commit using a long instead of an int.
2019-01-03 16:38:33 +01:00
..
tests dist/tests/if_lib: Update to riot_pal 2018-10-09 21:21:17 +02:00
main.c tests/periph_uart: fix baudrate truncation 2019-01-03 16:38:33 +01:00
Makefile tests/periph_uart: add periph_lpuart optional dependency 2018-12-13 12:39:00 +01:00