1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #5700 from BytesGalore/test_nhdp_changed_print_info

tests/nhdp: changed printf to puts
This commit is contained in:
kYc0o 2016-07-27 17:52:01 +02:00 committed by GitHub
commit 5a79b5c0de

View File

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