mbxxx: fix printf format

This commit is contained in:
Simon Duquennoy 2015-10-01 15:26:52 +02:00
parent fcd0302d02
commit 2007863922
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ main(void)
set_rime_addr();
printf("%s %s, channel check rate %lu Hz\n",
printf("%s %s, channel check rate %d Hz\n",
NETSTACK_MAC.name, NETSTACK_RDC.name,
CLOCK_SECOND / (NETSTACK_RDC.channel_check_interval() == 0 ? 1:
NETSTACK_RDC.channel_check_interval()));