Turn on the CC2538 RF explicitly

This commit is contained in:
George Oikonomou 2015-02-28 15:01:32 +00:00
parent 9fcb7f721f
commit 1fc06b6581

View File

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