git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3757 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-01-07 07:36:37 +00:00
parent 0a3c31495e
commit 036d20f034
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
#define HAL_USE_RTC FALSE
#define HAL_USE_RTC TRUE
#endif
/**