From 1c189bf60bafb0069eef6d026eb2b049b1b886b9 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Wed, 14 Mar 2018 20:37:53 +0000 Subject: Updated ChibiOS/EX drivers version number. Updated readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11757 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/lis3dsh.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/ex/ST/lis3dsh.h') diff --git a/os/ex/ST/lis3dsh.h b/os/ex/ST/lis3dsh.h index 6d3eeb1bb..1f83027a7 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.0.4" +#define EX_LIS3DSH_VERSION "1.1.0" /** * @brief LIS3DSH driver version major number. @@ -53,12 +53,12 @@ /** * @brief LIS3DSH driver version minor number. */ -#define EX_LIS3DSH_MINOR 0 +#define EX_LIS3DSH_MINOR 1 /** * @brief LIS3DSH driver version patch number. */ -#define EX_LIS3DSH_PATCH 4 +#define EX_LIS3DSH_PATCH 0 /** @} */ /** -- cgit v1.2.3