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:
parent
794be95395
commit
5f3b3bfe5f
@ -18,6 +18,6 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("Libcoap compiled!");
|
||||
puts("Libcoap compiled!");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user