support ASM encryption module

This commit is contained in:
Mariano Alvira 2011-02-27 17:37:37 -05:00
parent 5012757673
commit 4d6562a0bc
6 changed files with 333 additions and 1 deletions

View file

@ -86,6 +86,9 @@ void irq(void)
cal_isr();
}
}
if(bit_is_set(pending, INT_NUM_ASM)) {
if(asm_isr != 0) { asm_isr(); }
}
*INTFRC = 0; /* stop forcing interrupts */