1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/libcoap: exchange printf with puts

This commit is contained in:
BytesGalore 2017-02-03 14:39:17 +01:00 committed by GitHub
parent 794be95395
commit 5f3b3bfe5f

View File

@ -18,6 +18,6 @@
int main(void)
{
printf("Libcoap compiled!");
puts("Libcoap compiled!");
return 0;
}