-
- Downloads
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.
Please register or sign in to comment
Since some boards an int is 16 bits the atoi truncates values. This commit using a long instead of an int.