summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--stmhal/irq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/irq.h b/stmhal/irq.h
index bb1749e031..a56f23652e 100644
--- a/stmhal/irq.h
+++ b/stmhal/irq.h
@@ -133,10 +133,10 @@ MP_DECLARE_CONST_FUN_OBJ_0(pyb_irq_stats_obj);
#define IRQ_SUBPRI_CAN 0
// Interrupt priority for non-special timers.
-#define IRQ_PRI_TIMX 14
+#define IRQ_PRI_TIMX 13
#define IRQ_SUBPRI_TIMX 0
-#define IRQ_PRI_EXTINT 15
+#define IRQ_PRI_EXTINT 14
#define IRQ_SUBPRI_EXTINT 0
// PENDSV should be at the lowst priority so that other interrupts complete