From 362cfe43eb732753513cffac1362caf31f6614b7 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Mon, 8 Mar 2010 12:30:25 -0500 Subject: [PATCH] add starting maca_isr call. need to put all this into maca_init() --- tests/rftest-rx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rftest-rx.c b/tests/rftest-rx.c index a566800e2..cb97d2940 100644 --- a/tests/rftest-rx.c +++ b/tests/rftest-rx.c @@ -34,6 +34,7 @@ void main(void) { set_channel(0); /* channel 11 */ enable_irq(MACA); + maca_isr(); /* initial radio command */ /* nop, promiscuous, no cca */