git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6020 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c5631272e9
commit
f1567c02f7
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue