mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/pkg_libcoap: exchange printf with puts
This commit is contained in:
parent
794be95395
commit
34acc9ae4b
@ -18,6 +18,6 @@
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
printf("oonf_api package compiled!");
|
puts("oonf_api package compiled!");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user