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

This commit is contained in:
gdisirio 2014-11-27 15:08:16 +00:00
parent e40082e1d6
commit 6f34752157
1 changed files with 1 additions and 1 deletions

View File

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