diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-08 11:23:21 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-08 11:23:21 +0000 |
commit | f3249c78d9353bca99172f5cbbc6b7fb0c64c665 (patch) | |
tree | 66d4f82230e664021b0999ce97a827660432346f /os/hal/templates/hal_rtc_lld.h | |
parent | 53093a74b030cffbb4ebd78adaa4707ea4ecf9db (diff) | |
download | ChibiOS-f3249c78d9353bca99172f5cbbc6b7fb0c64c665.tar.gz ChibiOS-f3249c78d9353bca99172f5cbbc6b7fb0c64c665.tar.bz2 ChibiOS-f3249c78d9353bca99172f5cbbc6b7fb0c64c665.zip |
LLD drivers organization changes: RTC, SPI.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12463 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/templates/hal_rtc_lld.h')
-rw-r--r-- | os/hal/templates/hal_rtc_lld.h | 4 |
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. */
|