summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-08-05 22:37:06 +0000
committerChristian Pointner <equinox@mur.at>2013-08-05 22:37:06 +0000
commit9df24b85ed7c62f763e8e0740eb940272afd5139 (patch)
tree9d3d5c7d08e760c934b66a275a83bab90a1a5919 /software
parentenabled USB, fixed missing PortF and PortG init (diff)
disabled HSI oscillator
git-svn-id: https://svn.spreadspace.org/mur.sat@827 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software')
-rw-r--r--software/mpu/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/mpu/mcuconf.h b/software/mpu/mcuconf.h
index 1d65b27..6a03346 100644
--- a/software/mpu/mcuconf.h
+++ b/software/mpu/mcuconf.h
@@ -34,7 +34,7 @@
* HAL driver system settings.
*/
#define STM32_NO_INIT FALSE
-#define STM32_HSI_ENABLED TRUE
+#define STM32_HSI_ENABLED FALSE
#define STM32_LSI_ENABLED FALSE
#define STM32_HSE_ENABLED TRUE
#define STM32_LSE_ENABLED FALSE
@@ -192,7 +192,7 @@
/*
* USB driver system settings.
*/
-#define STM32_USB_USE_USB1 TRUE
+#define STM32_USB_USE_USB1 TRUE
#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE
#define STM32_USB_USB1_HP_IRQ_PRIORITY 13
#define STM32_USB_USB1_LP_IRQ_PRIORITY 14