aboutsummaryrefslogtreecommitdiff
path: root/gyro.h
diff options
context:
space:
mode:
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 */