summaryrefslogtreecommitdiff
path: root/stmhal/irq.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-08-22 12:24:49 +1000
committerDamien George <damien.p.george@gmail.com>2016-08-22 12:24:49 +1000
commitd2d9dfcd40caafa99177ca36bd3e3faf52ee05b3 (patch)
tree3465e2161ccb3eb45c252989ea14b4634af4e604 /stmhal/irq.h
parentc6983e3ce0bb9708afabb9fb7cbdf54ba46fb594 (diff)
stmhal: Remove obsolete code for special handling of TIM3 irq settings.
TIM3 is no longer special, or at least does not have special IRQ settings.
Diffstat (limited to 'stmhal/irq.h')
-rw-r--r--stmhal/irq.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/stmhal/irq.h b/stmhal/irq.h
index f3a8a2cc9..5a08a7d50 100644
--- a/stmhal/irq.h
+++ b/stmhal/irq.h
@@ -126,9 +126,6 @@ MP_DECLARE_CONST_FUN_OBJ(pyb_irq_stats_obj);
#define IRQ_PRI_OTG_HS 6
#define IRQ_SUBPRI_OTG_HS 0
-#define IRQ_PRI_TIM3 6
-#define IRQ_SUBPRI_TIM3 0
-
#define IRQ_PRI_TIM5 6
#define IRQ_SUBPRI_TIM5 0