From f3249c78d9353bca99172f5cbbc6b7fb0c64c665 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 8 Dec 2018 11:23:21 +0000 Subject: LLD drivers organization changes: RTC, SPI. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12463 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/ports/STM32/LLD/RTCv2') 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 cab56c94b..f60e79846 100644 --- a/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h +++ b/os/hal/ports/STM32/LLD/RTCv2/hal_rtc_lld.h @@ -203,11 +203,11 @@ typedef struct hal_rtc_wakeup { /** * @brief Implementation-specific @p RTCDriver fields. */ -#define _rtc_lld_driver_fields \ +#define rtc_lld_driver_fields \ /* Pointer to the RTC registers block.*/ \ RTC_TypeDef *rtc; \ /* Callback pointer.*/ \ - rtccb_t callback; + rtccb_t callback /*===========================================================================*/ /* Driver macros. */ -- cgit v1.2.3