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
This commit is contained in:
barthess 2011-10-01 20:37:17 +00:00
parent 4ab87c6ded
commit 741b20ffb6
1 changed files with 0 additions and 6 deletions

View File

@ -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. */