aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-22 16:01:28 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-09-22 16:01:28 +0000
commitdd525d05dbf985837da4616ee52ffb1b732df607 (patch)
tree6e05b97b7c9dde43655f382ecc096ce5abcdb4a5 /testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h
parent43972ad3c82a8f2b0c78b1997d81da162d958ce5 (diff)
downloadChibiOS-dd525d05dbf985837da4616ee52ffb1b732df607.tar.gz
ChibiOS-dd525d05dbf985837da4616ee52ffb1b732df607.tar.bz2
ChibiOS-dd525d05dbf985837da4616ee52ffb1b732df607.zip
Updated LSM6DS0 driver and related STM32 Nucleo F401RE demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9770 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h')
-rw-r--r--testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h b/testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h
index 82602b403..07b0143bd 100644
--- a/testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h
+++ b/testhal/STM32/STM32F4xx/I2C-LSM6DS0/halconf.h
@@ -76,7 +76,7 @@
* @brief Enables the I2C subsystem.
*/
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
-#define HAL_USE_I2C FALSE
+#define HAL_USE_I2C TRUE
#endif
/**