diff options
Diffstat (limited to 'cfg/halconf.h')
-rw-r--r-- | cfg/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/halconf.h b/cfg/halconf.h index 5cdb5e0..6688b95 100644 --- a/cfg/halconf.h +++ b/cfg/halconf.h @@ -128,7 +128,7 @@ * @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
-#define HAL_USE_RTC FALSE
+#define HAL_USE_RTC TRUE
#endif
/**
|