From 20a296bc6db3b81663da193a287d12cf1fa8e454 Mon Sep 17 00:00:00 2001 From: roccomarco Date: Sat, 23 Sep 2017 10:50:18 +0000 Subject: Aligned testex demo of BMP085 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10687 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testex/STM32/STM32F4xx/I2C-BMP085/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testex/STM32/STM32F4xx/I2C-BMP085/main.c') diff --git a/testex/STM32/STM32F4xx/I2C-BMP085/main.c b/testex/STM32/STM32F4xx/I2C-BMP085/main.c index 59e73610b..fc9c4a8d3 100644 --- a/testex/STM32/STM32F4xx/I2C-BMP085/main.c +++ b/testex/STM32/STM32F4xx/I2C-BMP085/main.c @@ -218,7 +218,7 @@ int main(void) { halInit(); chSysInit(); - /* Configure the I2C Driver and i2C Pins. */ + /* Configure the I2C Driver and I2C Pins. */ palSetLineMode(LINE_ARD_D15, PAL_MODE_ALTERNATE(4) | PAL_STM32_OSPEED_HIGHEST | PAL_STM32_OTYPE_OPENDRAIN); palSetLineMode(LINE_ARD_D14, PAL_MODE_ALTERNATE(4) | -- cgit v1.2.3