print the MAC protocol name when starting the node

This commit is contained in:
nvt-se 2009-03-19 14:14:06 +00:00
parent e3fa0a41d3
commit 8f85355f02

View File

@ -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);