From 9913d1b6ffb81eccdc2c28ae9041872237195856 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 18 Nov 2018 11:36:01 +0000 Subject: Changes to RTCv2 driver, not finished yet. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12433 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h') diff --git a/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h b/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h index 1903af378..821985158 100644 --- a/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h +++ b/os/hal/ports/STM32/LLD/RTCv1/hal_rtc_lld.h @@ -84,11 +84,6 @@ /* Driver data structures and types. */ /*===========================================================================*/ -/** - * @brief Type of a structure representing an RTC alarm time stamp. - */ -typedef struct RTCAlarm RTCAlarm; - /** * @brief Type of an RTC event. */ @@ -104,9 +99,9 @@ typedef enum { typedef void (*rtccb_t)(RTCDriver *rtcp, rtcevent_t event); /** - * @brief Structure representing an RTC alarm time stamp. + * @brief Type of a structure representing an RTC alarm time stamp. */ -struct RTCAlarm { +typedef struct hsl_rtc_alarm { /** * @brief Seconds since UNIX epoch. */ -- cgit v1.2.3