diff options
Diffstat (limited to 'os/hal/templates/halconf.h')
-rw-r--r-- | os/hal/templates/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index d98142128..cf079454e 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -118,7 +118,7 @@ * @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
-#define HAL_USE_RTC TRUE
+#define HAL_USE_RTC FALSE
#endif
/**
|