aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F1xx/stm32_isr.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F1xx/stm32_isr.h')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/stm32_isr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F1xx/stm32_isr.h b/os/hal/ports/STM32/STM32F1xx/stm32_isr.h
index c0c3a84f8..092df2a70 100644
--- a/os/hal/ports/STM32/STM32F1xx/stm32_isr.h
+++ b/os/hal/ports/STM32/STM32F1xx/stm32_isr.h
@@ -129,6 +129,13 @@
#define STM32_USB1_HP_NUMBER 19
#define STM32_USB1_LP_NUMBER 20
+
+/*
+ * RTC unit
+ */
+#define STM32_RTC1_HANDLER Vector4C
+
+#define STM32_RTC1_NUMBER 3
/** @} */
/*===========================================================================*/