mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #6537 from BytesGalore/mod_test_pkg_oonf
tests/pkg_oonf_api: exchange printf with puts
This commit is contained in:
commit
f7ad8f5cf3
@ -18,6 +18,6 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("oonf_api package compiled!");
|
||||
puts("oonf_api package compiled!");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user