summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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