aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-29 15:28:19 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-29 15:28:19 +0000
commit37ff02bca728921ab490a6409c4097e580f9567b (patch)
tree46b3111799813461eee89858519fa90d382b06dd /testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c
parent42f2b527e54d65eee4f7baf47f4c21723913ad3e (diff)
downloadChibiOS-37ff02bca728921ab490a6409c4097e580f9567b.tar.gz
ChibiOS-37ff02bca728921ab490a6409c4097e580f9567b.tar.bz2
ChibiOS-37ff02bca728921ab490a6409c4097e580f9567b.zip
Fixed license related inclusion in I2C-LSM6DS0 demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9381 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c')
-rw-r--r--testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c
index b69688e13..df7f14f69 100644
--- a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c
+++ b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c
@@ -100,7 +100,7 @@ int main(void) {
sdStart(&SD2, NULL);
/*
- * L3GD20 Object Initialization
+ * LSM6DS0 Object Initialization
*/
lsm6ds0ObjectInit(&LSM6DS0D1);