diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 14:19:53 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-30 14:19:53 +0000 |
commit | 52bdd5d866ddb47a6251957168d2750a73417aaf (patch) | |
tree | 3ce20a81bb2db92a1578c2dbde08c0b188710ec1 /os | |
parent | e7f367161525d6d8558dfe6ecae3d7cf07a80bba (diff) | |
download | ChibiOS-52bdd5d866ddb47a6251957168d2750a73417aaf.tar.gz ChibiOS-52bdd5d866ddb47a6251957168d2750a73417aaf.tar.bz2 ChibiOS-52bdd5d866ddb47a6251957168d2750a73417aaf.zip |
Minor fix indent
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9829 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ex/ST/lis3mdl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/ex/ST/lis3mdl.h b/os/ex/ST/lis3mdl.h index 2f49491f3..f4cfd9beb 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.3"
+#define EX_LIS3MDL_VERSION "1.0.4"
/**
* @brief LIS3MDL driver version major number.
@@ -55,7 +55,7 @@ /**
* @brief LIS3MDL driver version patch number.
*/
-#define EX_LIS3MDL_PATCH 3
+#define EX_LIS3MDL_PATCH 4
/** @} */
/**
@@ -376,11 +376,11 @@ typedef struct { /**
* @brief LIS3MDL initial sensitivity.
*/
- float* sensitivity;
+ float *sensitivity;
/**
* @brief LIS3MDL initial bias.
*/
- float* bias;
+ float *bias;
/**
* @brief LIS3MDL slave address
*/
|