aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h')
-rw-r--r--os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h b/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h
index 7686760af..5aae1ab99 100644
--- a/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h
+++ b/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h
@@ -158,9 +158,8 @@ typedef enum {
RTC_EVENT_TAMP1 = 4, /** Tamper 1. */
RTC_EVENT_TAMP2 = 5, /** Tamper 2- */
RTC_EVENT_TAMP3 = 6, /** Tamper 3. */
- RTC_EVENT_WAKEUP = 7, /** Wakeup. */
- RTC_EVENT_ITS = 8 /** Internal time stamp. */
-} rtcevent_t;
+ RTC_EVENT_WAKEUP = 7 /** Wakeup. */
+ } rtcevent_t;
/**
* @brief Type of a generic RTC callback.