diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-08 17:19:14 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-08 17:19:14 +0900 |
commit | baef99bf11db42df18e2155e14fe774260747c91 (patch) | |
tree | ca76b85efa2eb928972aed7fd2a3b99cf30aaa7d /entry.c | |
parent | 1b25cc5dcb32562bb92ca5e8e4e8cf1fedcc1943 (diff) |
fix white spaces
Diffstat (limited to 'entry.c')
-rw-r--r-- | entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ handler vector_table[] __attribute__ ((section(".startup.vectors"))) = { chx_handle_intr /* DMA1 CH6 */, chx_handle_intr /* DMA1 CH7 */, chx_handle_intr /* ADC1_2 */, chx_handle_intr /* USB HP */, /* 0x90 */ - chx_handle_intr /* USB LP */, chx_handle_intr /* CAN */, + chx_handle_intr /* USB LP */, chx_handle_intr /* CAN */, /* ... and more. EXT9_5, TIMx, I2C, SPI, USART, EXT15_10 */ chx_handle_intr, chx_handle_intr, /* 0xA0 */ |