From 021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Wed, 2 May 2018 13:18:38 +0000 Subject: Fixed Bug #943 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11985 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/lis3dsh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ex/ST/lis3dsh.h') diff --git a/os/ex/ST/lis3dsh.h b/os/ex/ST/lis3dsh.h index eb67580e8..26dafcd38 100644 --- a/os/ex/ST/lis3dsh.h +++ b/os/ex/ST/lis3dsh.h @@ -43,7 +43,7 @@ /** * @brief LIS3DSH driver version string. */ -#define EX_LIS3DSH_VERSION "1.1.0" +#define EX_LIS3DSH_VERSION "1.1.1" /** * @brief LIS3DSH driver version major number. @@ -58,7 +58,7 @@ /** * @brief LIS3DSH driver version patch number. */ -#define EX_LIS3DSH_PATCH 0 +#define EX_LIS3DSH_PATCH 1 /** @} */ /** -- cgit v1.2.3