mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-07 02:05:33 +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
|
#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);
|
autostart_start(autostart_processes);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user