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

This commit is contained in:
gdisirio 2013-07-21 13:06:39 +00:00
parent c5631272e9
commit f1567c02f7
2 changed files with 1 additions and 8 deletions

View File

@ -114,13 +114,6 @@
#define HAL_USE_RTC FALSE
#endif
/**
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM TRUE
#endif
/**
* @brief Enables the SDC subsystem.
*/

View File

@ -60,7 +60,7 @@
#define STM32_VOS STM32_VOS_HIGH
#define STM32_PVD_ENABLE FALSE
#define STM32_PLS STM32_PLS_LEV0
#define STM32_BKPRAM_ENABLE FALSE
#define STM32_BKPRAM_ENABLE TRUE
/*
* ADC driver system settings.