bugfix blockmode, 8 Hz dutycyle as standard

This commit is contained in:
harald42 2013-11-15 13:47:15 +01:00 committed by harald
parent 0ef2ce8e5c
commit aea396e542
2 changed files with 3 additions and 1 deletions

View file

@ -700,10 +700,12 @@ ISR(TRX24_TX_END_vect)
rf230_txendwait=0;
}
extern volatile uint8_t rf230_pending;
/* Frame address has matched ours */
ISR(TRX24_XAH_AMI_vect)
{
// DEBUGFLOW('8');
rf230_pending=1;
}
/* CCAED measurement has completed */