aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lis3dsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lis3dsh.h')
-rw-r--r--os/ex/ST/lis3dsh.h6
1 files changed, 3 insertions, 3 deletions
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
/** @} */
/**