more irq/isr translations

This commit is contained in:
chrysn 2012-04-27 17:00:24 +02:00
parent dfbb7912c3
commit 4a36d23d8c

View File

@ -168,4 +168,8 @@ typedef struct
#define GPIO_EVEN_IRQHandler gpio_even_isr
#define RTC_IRQHandler rtc_isr
/* for inttemp (i should really get a list and convert them all) */
#define ADC0_IRQHandler adc0_isr
#endif