aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-01 20:37:17 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-01 20:37:17 +0000
commit741b20ffb6c153686bc49e234f9cf190f4ae93ce (patch)
tree5f41e53898f8010412b763ce1bfa674521656205 /testhal
parent4ab87c6ded40d1797a8d2f8ddc22ee91f6392320 (diff)
downloadChibiOS-741b20ffb6c153686bc49e234f9cf190f4ae93ce.tar.gz
ChibiOS-741b20ffb6c153686bc49e234f9cf190f4ae93ce.tar.bz2
ChibiOS-741b20ffb6c153686bc49e234f9cf190f4ae93ce.zip
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
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32F1xx/RTC/halconf.h6
1 files changed, 0 insertions, 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. */