[riot-commits] [RIOT-OS/RIOT] 6ea7a8: tests/periph_uart: fix invalidPrintfArgType_sint
Martine Lenders
authmillenon at gmail.com
Mon Sep 5 13:08:41 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 6ea7a8f6ae3f1a513f94908814c3c67dc0f0e9f2
https://github.com/RIOT-OS/RIOT/commit/6ea7a8f6ae3f1a513f94908814c3c67dc0f0e9f2
Author: Matthias Kolja Miehl <miehl at w3hs.net>
Date: 2016-09-05 (Mon, 05 Sep 2016)
Changed paths:
M tests/periph_uart/main.c
Log Message:
-----------
tests/periph_uart: fix invalidPrintfArgType_sint
Since the argument type is 'unsigned int', the printf
format string has to be '%u' instead of '%i'.
Commit: 8754a3da4dc63304a6517f3d0b916fba1b8fadaa
https://github.com/RIOT-OS/RIOT/commit/8754a3da4dc63304a6517f3d0b916fba1b8fadaa
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2016-09-05 (Mon, 05 Sep 2016)
Changed paths:
M tests/periph_uart/main.c
Log Message:
-----------
Merge pull request #5812 from makomi/periph_uart
tests/periph_uart: fix invalidPrintfArgType_sint (cppcheck)
Compare: https://github.com/RIOT-OS/RIOT/compare/f20715bc5453...8754a3da4dc6
More information about the commits
mailing list