diff options
Diffstat (limited to 'os/ex/ST/lps25h.c')
-rw-r--r-- | os/ex/ST/lps25h.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ex/ST/lps25h.c b/os/ex/ST/lps25h.c index 28c00816c..89de543bc 100644 --- a/os/ex/ST/lps25h.c +++ b/os/ex/ST/lps25h.c @@ -152,7 +152,7 @@ static msg_t read_cooked(void *ip, float* axis) { }
-static msg_t set_bias(void *ip, int32_t *bp) {
+static msg_t set_bias(void *ip, float *bp) {
osalDbgCheck((ip != NULL) && (bp != NULL));
osalDbgAssert((((LPS25HDriver *)ip)->state == LPS25H_READY) ||
|