From 529f2a630613c6e0437b4b1163e1ce9503b495ff Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 25 Sep 2016 22:17:30 +0000 Subject: Mass update of EX drivers. Bias now is completely handled as a float. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9803 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/ST/lis302dl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ex/ST/lis302dl.h') diff --git a/os/ex/ST/lis302dl.h b/os/ex/ST/lis302dl.h index 2d8acfa93..f310a2922 100644 --- a/os/ex/ST/lis302dl.h +++ b/os/ex/ST/lis302dl.h @@ -41,7 +41,7 @@ /** * @brief LIS302DL driver version string. */ -#define EX_LIS302DL_VERSION "1.0.0" +#define EX_LIS302DL_VERSION "1.0.2" /** * @brief LIS302DL driver version major number. @@ -56,7 +56,7 @@ /** * @brief LIS302DL driver version patch number. */ -#define EX_LIS302DL_PATCH 0 +#define EX_LIS302DL_PATCH 2 /** @} */ /** -- cgit v1.2.3