From 98be2c25ea9482e0b1ee4058cecf0ea62e5cc65a Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Thu, 29 Jan 2015 11:01:27 +0100 Subject: [PATCH] remove for test purose --- cpu/avr/radio/rf230bb/halbb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/avr/radio/rf230bb/halbb.c b/cpu/avr/radio/rf230bb/halbb.c index 6aa991eb6..d37882d45 100644 --- a/cpu/avr/radio/rf230bb/halbb.c +++ b/cpu/avr/radio/rf230bb/halbb.c @@ -700,12 +700,12 @@ ISR(TRX24_TX_END_vect) rf230_txendwait=0; } -extern volatile uint8_t rf230_pending; +//extern volatile uint8_t rf230_pending; /* Frame address has matched ours */ ISR(TRX24_XAH_AMI_vect) { // DEBUGFLOW('8'); - rf230_pending=1; +// rf230_pending=1; } /* CCAED measurement has completed */