aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303dlhc.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lsm303dlhc.h')
-rw-r--r--os/ex/ST/lsm303dlhc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h
index b915176c3..849af5fa0 100644
--- a/os/ex/ST/lsm303dlhc.h
+++ b/os/ex/ST/lsm303dlhc.h
@@ -607,10 +607,10 @@ typedef struct {
*/
#define _lsm303dlhc_methods_alone \
/* Change full scale value of LSM303DLHC accelerometer subsystem.*/ \
- msg_t (*acc_set_full_scale)(LSM303DLHCDriver *instance, \
+ msg_t (*acc_set_full_scale)(LSM303DLHCDriver *devp, \
lsm303dlhc_acc_fs_t fs); \
/* Change full scale value of LSM303DLHC compass subsystem.*/ \
- msg_t (*comp_set_full_scale)(LSM303DLHCDriver *instance, \
+ msg_t (*comp_set_full_scale)(LSM303DLHCDriver *devp, \
lsm303dlhc_comp_fs_t fs); \
/**