From f1cb1596b05bf7cc772778212ed51e27ffb61341 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 11 Mar 2018 14:07:36 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11699 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/lis3dsh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os') 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.*/ \ -- cgit v1.2.3