diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-05-24 14:09:33 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-05-24 14:09:33 +0900 |
commit | ed305567f29e3feb0773121aae4a00c9c566845a (patch) | |
tree | 071c5e4cc035c0a0780335eba3cce165c051ff99 /entry.c | |
parent | 6209b54ffd3abba848d1ef663a16b0590b1c70cb (diff) |
rename chx_request_preemption
Diffstat (limited to 'entry.c')
-rw-r--r-- | entry.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -328,10 +328,10 @@ handler vector_table[] __attribute__ ((section(".startup.vectors"))) = { preempt, /* PendSV */ chx_timer_expired, /* SysTick */ /* 0x40 */ - chx_handle_intr /* WWDG */, chx_handle_intr /* PVD */, - chx_handle_intr /* TAMPER */, chx_handle_intr /* RTC */, - chx_handle_intr /* FLASH */, chx_handle_intr /* RCC */, - chx_handle_intr /* EXTI0 */, chx_handle_intr /* EXTI1 */, + chx_handle_intr /* WWDG */, chx_handle_intr /* PVD */, + chx_handle_intr /* TAMPER */, chx_handle_intr /* RTC */, + chx_handle_intr /* FLASH */, chx_handle_intr /* RCC */, + chx_handle_intr /* EXTI0 */, chx_handle_intr /* EXTI1 */, /* 0x60 */ chx_handle_intr /* EXTI2 */, chx_handle_intr /* EXTI3 */, chx_handle_intr /* EXTI4 */, chx_handle_intr /* DMA1 CH1 */, @@ -339,7 +339,7 @@ handler vector_table[] __attribute__ ((section(".startup.vectors"))) = { chx_handle_intr /* DMA1 CH4 */, chx_handle_intr /* DMA1 CH5 */, /* 0x80 */ chx_handle_intr /* DMA1 CH6 */, chx_handle_intr /* DMA1 CH7 */, - chx_handle_intr /* ADC1_2 */, chx_handle_intr /* USB HP */, + chx_handle_intr /* ADC1_2 */, chx_handle_intr /* USB HP */, /* 0x90 */ chx_handle_intr, /* USB LP */ /* ... and more. CAN, EXT9_5, TIMx, I2C, SPI, USART, EXT15_10 */ |