mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
print the MAC protocol name when starting the node
This commit is contained in:
parent
e3fa0a41d3
commit
8f85355f02
@ -126,7 +126,8 @@ main(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
printf(CONTIKI_VERSION_STRING " started. Node id %u.\n", node_id);
|
||||
printf(CONTIKI_VERSION_STRING " started. Node id %u, using %s.\n",
|
||||
node_id, rime_mac->name);
|
||||
|
||||
autostart_start(autostart_processes);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user