Jackdaw additions
This commit is contained in:
parent
515a391ee4
commit
893a31f49b
3 changed files with 101 additions and 15 deletions
|
@ -715,6 +715,7 @@ ISR(RADIO_VECT)
|
|||
/* Received packet interrupt */
|
||||
/* Buffer the frame and call rf230_interrupt to schedule poll for rf230 receive process */
|
||||
// if (rxframe.length) break; //toss packet if last one not processed yet
|
||||
INTERRUPTDEBUG(42);
|
||||
hal_frame_read(&rxframe, NULL);
|
||||
rf230_interrupt();
|
||||
// trx_end_callback(isr_timestamp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue