From 73419a9adb4e53396ab43a815b581e0271432a04 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Wed, 28 Sep 2016 18:08:18 +0000 Subject: LIS3MDL minor fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9817 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/ST/lis3mdl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ex/ST/lis3mdl.h') diff --git a/os/ex/ST/lis3mdl.h b/os/ex/ST/lis3mdl.h index dc0ed5fa0..fbafc7fe2 100644 --- a/os/ex/ST/lis3mdl.h +++ b/os/ex/ST/lis3mdl.h @@ -40,7 +40,7 @@ /** * @brief LIS3MDL driver version string. */ -#define EX_LIS3MDL_VERSION "1.0.2" +#define EX_LIS3MDL_VERSION "1.0.3" /** * @brief LIS3MDL driver version major number. @@ -55,7 +55,7 @@ /** * @brief LIS3MDL driver version patch number. */ -#define EX_LIS3MDL_PATCH 2 +#define EX_LIS3MDL_PATCH 3 /** @} */ /** -- cgit v1.2.3