aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-18 13:27:00 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-18 13:27:00 +0900
commitcea3200e4846276b2406c3e5059bf756ca0013b7 (patch)
tree4b46eaf01f99c80dc111e907219075115138fd7a
parentd93206882d107baf0c27a13606feb6c980342155 (diff)
Cleanup chopstx.c
-rw-r--r--chopstx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/chopstx.c b/chopstx.c
index 1d9a309..2ed38f4 100644
--- a/chopstx.c
+++ b/chopstx.c
@@ -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)