aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_rtc_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_rtc_lld.h')
-rw-r--r--os/hal/templates/hal_rtc_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/hal_rtc_lld.h b/os/hal/templates/hal_rtc_lld.h
index 40ca8b1ef..be988cf03 100644
--- a/os/hal/templates/hal_rtc_lld.h
+++ b/os/hal/templates/hal_rtc_lld.h
@@ -105,8 +105,8 @@ typedef struct {
/**
* @brief Implementation-specific @p RTCDriver fields.
*/
-#define _rtc_lld_driver_fields \
- uint32_t dummy;
+#define rtc_lld_driver_fields \
+ uint32_t dummy
/*===========================================================================*/
/* Driver macros. */