Merge pull request #981 from g-oikonomou/cc2538-sniffer-fix

Turn on the CC2538 RF explicitly in the sniffer example
This commit is contained in:
George Oikonomou 2015-05-09 21:56:23 +01:00
commit 38b3b8b74a

View File

@ -41,5 +41,6 @@ void
netstack_init(void)
{
NETSTACK_RADIO.init();
NETSTACK_RADIO.on();
}
/*---------------------------------------------------------------------------*/