diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-18 13:27:00 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-18 13:27:00 +0900 |
commit | cea3200e4846276b2406c3e5059bf756ca0013b7 (patch) | |
tree | 4b46eaf01f99c80dc111e907219075115138fd7a | |
parent | d93206882d107baf0c27a13606feb6c980342155 (diff) |
Cleanup chopstx.c
-rw-r--r-- | chopstx.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -164,8 +164,6 @@ static struct NVIC *const NVIC = (struct NVIC *const)0xE000E100; #define NVIC_ICPR(n) (NVIC->ICPR[n >> 5]) #define NVIC_IPR(n) (NVIC->IPR[n >> 2]) -#define USB_LP_CAN1_RX0_IRQn 20 - static void chx_enable_intr (uint8_t irq_num) |