summaryrefslogtreecommitdiff
path: root/entry.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-09-08 17:19:14 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-09-08 17:19:14 +0900
commitbaef99bf11db42df18e2155e14fe774260747c91 (patch)
treeca76b85efa2eb928972aed7fd2a3b99cf30aaa7d /entry.c
parent1b25cc5dcb32562bb92ca5e8e4e8cf1fedcc1943 (diff)
fix white spaces
Diffstat (limited to 'entry.c')
-rw-r--r--entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/entry.c b/entry.c
index be79af6..e4cbac9 100644
--- a/entry.c
+++ b/entry.c
@@ -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 */