From ed87ceadcf3ca50c07a27e9d6a99ebb46cd4907d Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 25 Sep 2016 22:16:06 +0000 Subject: Fixed wrong masks in EX related STM32L4xx demos git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9802 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c') diff --git a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c index c9469a1e2..f8e156dde 100644 --- a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c +++ b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c @@ -302,9 +302,9 @@ int main(void) { chSysInit(); palSetLineMode(LINE_ARD_D15, PAL_MODE_ALTERNATE(4) | - PAL_STM32_OSPEED_HIGHEST); + PAL_STM32_OSPEED_HIGH); palSetLineMode(LINE_ARD_D14, PAL_MODE_ALTERNATE(4) | - PAL_STM32_OSPEED_HIGHEST); + PAL_STM32_OSPEED_HIGH); /* * Activates the serial driver 2 using the driver default configuration. -- cgit v1.2.3