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:
commit
38b3b8b74a
1 changed files with 1 additions and 0 deletions
|
@ -41,5 +41,6 @@ void
|
||||||
netstack_init(void)
|
netstack_init(void)
|
||||||
{
|
{
|
||||||
NETSTACK_RADIO.init();
|
NETSTACK_RADIO.init();
|
||||||
|
NETSTACK_RADIO.on();
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue