1
0
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:
Oleg Hahm 2017-02-01 15:37:37 +01:00 committed by GitHub
commit f7ad8f5cf3

View File

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