From 9ac42f8cd7a7613827ddd78209d9ad02112714f2 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Mon, 12 Mar 2018 21:37:27 +0000 Subject: Updated LSM6DS0 driver git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11710 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32F4xx/I2C-LPS25H/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testex/STM32/STM32F4xx/I2C-LPS25H/main.c') 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.*/ -- cgit v1.2.3