1
0
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:
BytesGalore 2017-02-01 14:02:41 +01:00
parent 794be95395
commit 34acc9ae4b

View File

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