diff options
author | Christian Pointner <equinox@mur.at> | 2014-01-16 00:41:43 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-01-16 00:41:43 +0000 |
commit | 17cbb2b5a9e70c95afd514f6587fa8ac8bb4c8ec (patch) | |
tree | 8481a225e40e49c2e9579782f186259b70b40af4 /software/mpu/mcuconf-F103.h | |
parent | enable sleep mode for idle thread (diff) |
disable RTC clock
git-svn-id: https://svn.spreadspace.org/mur.sat@864 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/mcuconf-F103.h')
-rw-r--r-- | software/mpu/mcuconf-F103.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/mcuconf-F103.h b/software/mpu/mcuconf-F103.h index 6a03346..e22be84 100644 --- a/software/mpu/mcuconf-F103.h +++ b/software/mpu/mcuconf-F103.h @@ -49,7 +49,7 @@ #define STM32_USB_CLOCK_REQUIRED TRUE #define STM32_USBPRE STM32_USBPRE_DIV1P5 #define STM32_MCOSEL STM32_MCOSEL_NOCLOCK -#define STM32_RTCSEL STM32_RTCSEL_HSEDIV +#define STM32_RTCSEL STM32_RTCSEL_NOCLOCK #define STM32_PVD_ENABLE FALSE #define STM32_PLS STM32_PLS_LEV0 |