diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-25 13:08:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-10-25 13:08:08 +0000 |
commit | 117588a73d23d0637ce3c6185fdf6a92a6ee302e (patch) | |
tree | 48b34392a31da8c705d772c74437125201a3ca14 /demos | |
parent | 5afc304e5afac82f2bce2837804019a21c259761 (diff) | |
download | ChibiOS-117588a73d23d0637ce3c6185fdf6a92a6ee302e.tar.gz ChibiOS-117588a73d23d0637ce3c6185fdf6a92a6ee302e.tar.bz2 ChibiOS-117588a73d23d0637ce3c6185fdf6a92a6ee302e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6377 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY-MEMS/mcuconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY-MEMS/mcuconf.h b/demos/ARMCM4-STM32F407-DISCOVERY-MEMS/mcuconf.h index 6701cf712..f753b0ae4 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY-MEMS/mcuconf.h +++ b/demos/ARMCM4-STM32F407-DISCOVERY-MEMS/mcuconf.h @@ -57,7 +57,6 @@ #define STM32_I2SSRC STM32_I2SSRC_CKIN
#define STM32_PLLI2SN_VALUE 192
#define STM32_PLLI2SR_VALUE 5
-#define STM32_VOS STM32_VOS_SCALE1
#define STM32_PVD_ENABLE FALSE
#define STM32_PLS STM32_PLS_LEV0
#define STM32_BKPRAM_ENABLE FALSE
|