aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F4xx/I2C-BMP085/main.c
diff options
context:
space:
mode:
authorroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-09-23 10:50:18 +0000
committerroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-09-23 10:50:18 +0000
commit20a296bc6db3b81663da193a287d12cf1fa8e454 (patch)
tree3b525da95798b12cc3425042e21d491f3730dd1a /testex/STM32/STM32F4xx/I2C-BMP085/main.c
parent9bc7aac84481cb6811e5dee0f76b827500136cb6 (diff)
downloadChibiOS-20a296bc6db3b81663da193a287d12cf1fa8e454.tar.gz
ChibiOS-20a296bc6db3b81663da193a287d12cf1fa8e454.tar.bz2
ChibiOS-20a296bc6db3b81663da193a287d12cf1fa8e454.zip
Aligned testex demo of BMP085
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10687 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-BMP085/main.c')
-rw-r--r--testex/STM32/STM32F4xx/I2C-BMP085/main.c2
1 files changed, 1 insertions, 1 deletions
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) |