aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/RTC/halconf.h')
-rw-r--r--testhal/STM32F4xx/RTC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/RTC/halconf.h b/testhal/STM32F4xx/RTC/halconf.h
index fc6e7aa8d..9e64ec3c0 100644
--- a/testhal/STM32F4xx/RTC/halconf.h
+++ b/testhal/STM32F4xx/RTC/halconf.h
@@ -156,7 +156,7 @@
* @brief Enables the RTC subsystem.
*/
#if !defined(RTC_SUPPORTS_CALLBACKS) || defined(__DOXYGEN__)
-#define RTC_SUPPORTS_CALLBACKS FLASE
+#define RTC_SUPPORTS_CALLBACKS TRUE
#endif
/*===========================================================================*/