remove for test purose
This commit is contained in:
parent
0f109e3541
commit
98be2c25ea
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue