diff options
Diffstat (limited to 'os/ex/ST/lis3dsh.c')
-rw-r--r-- | os/ex/ST/lis3dsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/lis3dsh.c b/os/ex/ST/lis3dsh.c index 3e30ef7d0..d8c9ca68f 100644 --- a/os/ex/ST/lis3dsh.c +++ b/os/ex/ST/lis3dsh.c @@ -144,7 +144,7 @@ static msg_t read_cooked(void *ip, float axes[]) { return msg;
}
-static msg_t set_bias(void *ip, int32_t *bp) {
+static msg_t set_bias(void *ip, float *bp) {
uint32_t i;
osalDbgCheck((ip != NULL) && (bp !=NULL));
|