aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-08 15:59:00 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-08 15:59:00 +0000
commitc02e7a5abc74eafc69e7a134bf90e0dda6069c96 (patch)
tree9f70d5ec53aadf6158641624365fea350d466259 /testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h
parent3f7504385e93915d8bcec72867f095ca3661a0b3 (diff)
downloadChibiOS-c02e7a5abc74eafc69e7a134bf90e0dda6069c96.tar.gz
ChibiOS-c02e7a5abc74eafc69e7a134bf90e0dda6069c96.tar.bz2
ChibiOS-c02e7a5abc74eafc69e7a134bf90e0dda6069c96.zip
Updated STM32/STM32F3xx/SPI-L3GD20
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11644 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h')
-rw-r--r--testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h b/testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h
index 26e6ffc7c..f3a4e63cc 100644
--- a/testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h
+++ b/testex/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h
@@ -192,7 +192,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_USART3 FALSE
#define STM32_SERIAL_USE_UART4 FALSE
@@ -240,7 +240,7 @@
/*
* 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 13
#define STM32_USB_USB1_LP_IRQ_PRIORITY 14