remove for test purose

This commit is contained in:
Harald Pichler 2015-01-29 11:01:27 +01:00
parent 0f109e3541
commit 98be2c25ea

View file

@ -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 */