diff options
author | Christian Pointner <equinox@mur.at> | 2014-01-16 02:28:02 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-01-16 02:28:02 +0000 |
commit | 91ed309ff357284423ad619a3a42e861a9a4decc (patch) | |
tree | 0ccb883ff4bd2225b007d71215c216ba2b105119 /software/mpu/mcuconf-F405.h | |
parent | disable RTC clock (diff) |
disabling RTC on F405 based MPU as well
git-svn-id: https://svn.spreadspace.org/mur.sat@865 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/mcuconf-F405.h')
-rw-r--r-- | software/mpu/mcuconf-F405.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/mcuconf-F405.h b/software/mpu/mcuconf-F405.h index 9fa8c7b..c8355ba 100644 --- a/software/mpu/mcuconf-F405.h +++ b/software/mpu/mcuconf-F405.h @@ -48,7 +48,7 @@ #define STM32_HPRE STM32_HPRE_DIV1 #define STM32_PPRE1 STM32_PPRE1_DIV4 #define STM32_PPRE2 STM32_PPRE2_DIV2 -#define STM32_RTCSEL STM32_RTCSEL_LSI +#define STM32_RTCSEL STM32_RTCSEL_NOCLOCK #define STM32_RTCPRE_VALUE 8 #define STM32_MCO1SEL STM32_MCO1SEL_HSI #define STM32_MCO1PRE STM32_MCO1PRE_DIV1 |