Use IP over Rime
This commit is contained in:
parent
88669e1675
commit
3c3714c178
9 changed files with 265 additions and 118 deletions
|
@ -10,8 +10,8 @@ cc2420_fifop_interrupt (void) /* System Interrupt Handler */
|
|||
{
|
||||
ISR_STORE();
|
||||
ISR_ENABLE_NEST();
|
||||
__cc2420_intr();
|
||||
ISR_DISABLE_NEST();
|
||||
cc2420_interrupt();
|
||||
ISR_DISABLE_NEST();
|
||||
*AT91C_AIC_EOICR = 0; /* End of Interrupt */
|
||||
ISR_RESTORE();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue