summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2014-01-16 00:41:43 +0000
committerChristian Pointner <equinox@mur.at>2014-01-16 00:41:43 +0000
commit17cbb2b5a9e70c95afd514f6587fa8ac8bb4c8ec (patch)
tree8481a225e40e49c2e9579782f186259b70b40af4
parentenable sleep mode for idle thread (diff)
disable RTC clock
git-svn-id: https://svn.spreadspace.org/mur.sat@864 7de4ea59-55d0-425e-a1af-a3118ea81d4c
-rw-r--r--software/mpu/mcuconf-F103.h2
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