From 741b20ffb6c153686bc49e234f9cf190f4ae93ce Mon Sep 17 00:00:00 2001 From: barthess Date: Sat, 1 Oct 2011 20:37:17 +0000 Subject: [PATCH] RTC. Redefinition of RTC_SUPPORTS_CALLBACKS deleted from test. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3415 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F1xx/RTC/halconf.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testhal/STM32F1xx/RTC/halconf.h b/testhal/STM32F1xx/RTC/halconf.h index 4dcef13da..4932b25f4 100644 --- a/testhal/STM32F1xx/RTC/halconf.h +++ b/testhal/STM32F1xx/RTC/halconf.h @@ -212,12 +212,6 @@ /*===========================================================================*/ /* RTC driver related settings. */ /*===========================================================================*/ -/** - * @brief Switch to TRUE if you need callbacks from RTC. - */ -#if !defined(RTC_SUPPORTS_CALLBACKS) || defined(__DOXYGEN__) -#define RTC_SUPPORTS_CALLBACKS TRUE -#endif /*===========================================================================*/ /* MAC driver related settings. */