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:
commit
5a79b5c0de
@ -18,6 +18,6 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("NHDP compiled!");
|
||||
puts("NHDP compiled!");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user