diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-07-08 07:48:51 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-07-08 07:48:51 +0000 |
commit | 2e5a3b195d4c363dd756b93b3f9eff8964b07775 (patch) | |
tree | 87fdef426c4c3b21dd0ac6aaf15670908b751960 /demos/STM32/RT-STM32L053-DISCOVERY/mcuconf.h | |
parent | 2fc72ef5f81f3fa4eb0cb908a7138b43b1478ff4 (diff) | |
download | ChibiOS-2e5a3b195d4c363dd756b93b3f9eff8964b07775.tar.gz ChibiOS-2e5a3b195d4c363dd756b93b3f9eff8964b07775.tar.bz2 ChibiOS-2e5a3b195d4c363dd756b93b3f9eff8964b07775.zip |
Fixed Bug #857
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10305 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32L053-DISCOVERY/mcuconf.h')
-rw-r--r-- | demos/STM32/RT-STM32L053-DISCOVERY/mcuconf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32L053-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32L053-DISCOVERY/mcuconf.h index f8cdcecc2..a517c7872 100644 --- a/demos/STM32/RT-STM32L053-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32L053-DISCOVERY/mcuconf.h @@ -126,7 +126,7 @@ /*
* SERIAL driver system settings.
*/
-#define STM32_SERIAL_USE_USART1 FALSE
+#define STM32_SERIAL_USE_USART1 TRUE
#define STM32_SERIAL_USE_USART2 FALSE
#define STM32_SERIAL_USE_LPUART1 FALSE
#define STM32_SERIAL_USART1_PRIORITY 3
@@ -172,9 +172,8 @@ /*
* USB driver system settings.
*/
-#define STM32_USB_USE_USB1 TRUE
+#define STM32_USB_USE_USB1 FALSE
#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE
-#define STM32_USB_USB1_HP_IRQ_PRIORITY 2
#define STM32_USB_USB1_LP_IRQ_PRIORITY 3
/*
|