aboutsummaryrefslogtreecommitdiff
path: root/gyro.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-05-27 15:48:57 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-05-27 15:48:57 +0200
commitb442ffba40cef5fa5a5e1bd6c13b5e30b06b28e2 (patch)
tree6631ffc3a28b4e77f3e242f9104ad75290eb41e3 /gyro.h
parentd8092ae891d96da4bf6daac37a6588150e6a724e (diff)
downloadhourglass-b442ffba40cef5fa5a5e1bd6c13b5e30b06b28e2.tar.gz
hourglass-b442ffba40cef5fa5a5e1bd6c13b5e30b06b28e2.tar.bz2
hourglass-b442ffba40cef5fa5a5e1bd6c13b5e30b06b28e2.zip
Fix compiler warnings
Diffstat (limited to 'gyro.h')
-rw-r--r--gyro.h6
1 files changed, 3 insertions, 3 deletions
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 */