diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-11 14:07:36 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-11 14:07:36 +0000 |
commit | f1cb1596b05bf7cc772778212ed51e27ffb61341 (patch) | |
tree | ce3c8d38a2c32bdc2c1cc5972cd72368cf13f53e /os/ex | |
parent | 168a92a948eb6c1f942e386d9b14eb887d32d60e (diff) | |
download | ChibiOS-f1cb1596b05bf7cc772778212ed51e27ffb61341.tar.gz ChibiOS-f1cb1596b05bf7cc772778212ed51e27ffb61341.tar.bz2 ChibiOS-f1cb1596b05bf7cc772778212ed51e27ffb61341.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11699 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex')
-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 eff9daa36..c204301ea 100644 --- a/os/ex/ST/lis3dsh.h +++ b/os/ex/ST/lis3dsh.h @@ -499,7 +499,7 @@ typedef struct { */
#define _lis3dsh_methods_alone \
/* Change full scale value of LIS3DSH accelerometer subsystem.*/ \
- msg_t (*acc_set_full_scale)(LIS3DSHDriver *instance, lis3dsh_acc_fs_t fs);
+ msg_t (*acc_set_full_scale)(LIS3DSHDriver *devp, lis3dsh_acc_fs_t fs);
/**
@@ -527,7 +527,7 @@ struct LIS3DSHVMT { /* Driver state.*/ \
lis3dsh_state_t state; \
/* Current configuration data.*/ \
- const LIS3DSHConfig *config; \
+ const LIS3DSHConfig *config; \
/* Accelerometer subsystem axes number.*/ \
size_t accaxes; \
/* Accelerometer subsystem current sensitivity.*/ \
|