1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/log_color
Gunar Schorcht 41e31c516c tests/log_color: fix string literal error
printf function requires a string literal as the format argument. Using a character pointer is not accepted as string literal by some compilers.
2019-10-19 16:59:11 +02:00
..
tests tests/log_color: add test application 2019-09-09 20:37:07 +02:00
main.c tests/log_color: fix string literal error 2019-10-19 16:59:11 +02:00
Makefile tests/log_color: add test application 2019-09-09 20:37:07 +02:00