add starting maca_isr call.
need to put all this into maca_init()
This commit is contained in:
parent
571861c6ea
commit
362cfe43eb
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ void main(void) {
|
||||||
set_channel(0); /* channel 11 */
|
set_channel(0); /* channel 11 */
|
||||||
|
|
||||||
enable_irq(MACA);
|
enable_irq(MACA);
|
||||||
|
maca_isr();
|
||||||
|
|
||||||
/* initial radio command */
|
/* initial radio command */
|
||||||
/* nop, promiscuous, no cca */
|
/* nop, promiscuous, no cca */
|
||||||
|
|
Loading…
Add table
Reference in a new issue