diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-02-27 20:41:45 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-02-27 20:41:45 +0000 |
commit | e9f249bc21d5f5711464a53d0183f97a2e601180 (patch) | |
tree | 2829a06f90cf4cb827638074634e05989ca3709c /testex/STM32/STM32F3xx/I2C-LSM303DLHC/mcuconf.h | |
parent | 8ac0bdb4c892eb7d228059778712dc816f566327 (diff) | |
download | ChibiOS-e9f249bc21d5f5711464a53d0183f97a2e601180.tar.gz ChibiOS-e9f249bc21d5f5711464a53d0183f97a2e601180.tar.bz2 ChibiOS-e9f249bc21d5f5711464a53d0183f97a2e601180.zip |
Improved LSM303DLHC driver. Modified base demo
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11589 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F3xx/I2C-LSM303DLHC/mcuconf.h')
-rw-r--r-- | testex/STM32/STM32F3xx/I2C-LSM303DLHC/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/mcuconf.h b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/mcuconf.h index b5a9914d3..fa4397141 100644 --- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/mcuconf.h +++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/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
|