Browse Source

more irq/isr translations

pull/47/head
chrysn 13 years ago
parent
commit
4a36d23d8c
  1. 4
      include/libopencmsis/core_cm3.h

4
include/libopencmsis/core_cm3.h

@ -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

Loading…
Cancel
Save