From 37ff02bca728921ab490a6409c4097e580f9567b Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Fri, 29 Apr 2016 15:28:19 +0000 Subject: 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 --- testhal/STM32/STM32L4xx/I2C-LSM6DS0/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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); -- cgit v1.2.3