diff options
Diffstat (limited to 'os/ex/ST/lis3dsh.h')
-rw-r--r-- | os/ex/ST/lis3dsh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/lis3dsh.h b/os/ex/ST/lis3dsh.h index 50b6f7c1c..79e611e53 100644 --- a/os/ex/ST/lis3dsh.h +++ b/os/ex/ST/lis3dsh.h @@ -41,7 +41,7 @@ /**
* @brief LIS3DSH driver version string.
*/
-#define EX_LIS3DSH_VERSION "1.0.0"
+#define EX_LIS3DSH_VERSION "1.0.1"
/**
* @brief LIS3DSH driver version major number.
@@ -56,7 +56,7 @@ /**
* @brief LIS3DSH driver version patch number.
*/
-#define EX_LIS3DSH_PATCH 0
+#define EX_LIS3DSH_PATCH 1
/** @} */
/**
|