aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile2
-rw-r--r--testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile
index 44ef22c88..81ad9ae53 100644
--- a/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile
+++ b/testhal/STM32/STM32L4xx/I2C-LSM6DS0/Makefile
@@ -145,7 +145,7 @@ TCPPSRC =
ASMSRC =
ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(CHIBIOS)/os/various \
+INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(LSM6DS0INC) \
$(STREAMSINC) $(CHIBIOS)/os/various
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);