diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-12 21:37:27 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-12 21:37:27 +0000 |
commit | 9ac42f8cd7a7613827ddd78209d9ad02112714f2 (patch) | |
tree | c0e388fe27f46747aa4449801ff5bec9859b3654 /testex/STM32/STM32F4xx/I2C-LPS25H/main.c | |
parent | 9dc196bbdc63a97e28062058001d0ea2b98951c5 (diff) | |
download | ChibiOS-9ac42f8cd7a7613827ddd78209d9ad02112714f2.tar.gz ChibiOS-9ac42f8cd7a7613827ddd78209d9ad02112714f2.tar.bz2 ChibiOS-9ac42f8cd7a7613827ddd78209d9ad02112714f2.zip |
Updated LSM6DS0 driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11710 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LPS25H/main.c')
-rw-r--r-- | testex/STM32/STM32F4xx/I2C-LPS25H/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LPS25H/main.c b/testex/STM32/STM32F4xx/I2C-LPS25H/main.c index 640a82c91..014af067e 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS25H/main.c +++ b/testex/STM32/STM32F4xx/I2C-LPS25H/main.c @@ -97,7 +97,7 @@ int main(void) { palSetLineMode(LINE_ARD_D14, PAL_MODE_ALTERNATE(4) |
PAL_STM32_OSPEED_HIGHEST | PAL_STM32_OTYPE_OPENDRAIN);
- /* Activates the serial driver 1 using the driver default configuration.*/
+ /* Activates the serial driver 2 using the driver default configuration.*/
sdStart(&SD2, NULL);
/* Creates the blinker thread.*/
|