From b442ffba40cef5fa5a5e1bd6c13b5e30b06b28e2 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 27 May 2014 15:48:57 +0200 Subject: Fix compiler warnings --- gyro.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gyro.h') diff --git a/gyro.h b/gyro.h index c55d8dd..9297a6f 100644 --- a/gyro.h +++ b/gyro.h @@ -8,9 +8,9 @@ void gyroInit (); void gyroStart (); bool gyroProcess (); void gyroResetAccum (); -const int32_t gyroGetZAccum (); -volatile const int16_t gyroGetZRaw (); -const int8_t gyroGetZTicks (); +int32_t gyroGetZAccum (); +int16_t gyroGetZRaw (); +int8_t gyroGetZTicks (); #endif /* GYROSCOPE_H */ -- cgit v1.2.3