diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 13:03:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 13:03:02 +0000 |
commit | 5bbc0cefcddfa6870b592018fe10c503c2c06aad (patch) | |
tree | f2906e372dbb95cf578ebf1997094131a77140d8 /testhal/STM32F4xx/ADC/mcuconf.h | |
parent | 4871abd9cefbeb7e03f16f6108be860cd1b10578 (diff) | |
download | ChibiOS-5bbc0cefcddfa6870b592018fe10c503c2c06aad.tar.gz ChibiOS-5bbc0cefcddfa6870b592018fe10c503c2c06aad.tar.bz2 ChibiOS-5bbc0cefcddfa6870b592018fe10c503c2c06aad.zip |
Gave it a different name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6018 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/ADC/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/ADC/mcuconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/ADC/mcuconf.h b/testhal/STM32F4xx/ADC/mcuconf.h index 4c5aba3b3..3c02eb520 100644 --- a/testhal/STM32F4xx/ADC/mcuconf.h +++ b/testhal/STM32F4xx/ADC/mcuconf.h @@ -60,6 +60,7 @@ #define STM32_VOS STM32_VOS_HIGH
#define STM32_PVD_ENABLE FALSE
#define STM32_PLS STM32_PLS_LEV0
+#define STM32_BKPRAM_ENABLE FALSE
/*
* ADC driver system settings.
|