Fixed typo to correctly print the radio channel at startup

This commit is contained in:
Niclas Finne 2014-02-18 11:42:02 +01:00
parent 767a9aeef1
commit b13b5fc9ac

View file

@ -338,7 +338,7 @@ main(int argc, char **argv)
NETSTACK_MAC.name, NETSTACK_RDC.name,
CLOCK_SECOND / (NETSTACK_RDC.channel_check_interval() == 0? 1:
NETSTACK_RDC.channel_check_interval()),
CC2420_CONF_CCA_THRESH);
CC2420_CONF_CHANNEL);
#endif /* WITH_UIP6 */
#if !WITH_UIP && !WITH_UIP6