aboutsummaryrefslogtreecommitdiff
path: root/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel.h')
-rw-r--r--accel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/accel.h b/accel.h
index 3aba602..4e53160 100644
--- a/accel.h
+++ b/accel.h
@@ -9,9 +9,9 @@ typedef enum {HORIZON_NONE, HORIZON_POS, HORIZON_NEG} horizon;
void accelInit ();
void accelStart ();
bool accelProcess ();
-const int8_t accelGetZ ();
-const uint8_t accelGetShakeCount ();
-const horizon accelGetHorizon ();
+int8_t accelGetZ ();
+uint8_t accelGetShakeCount ();
+horizon accelGetHorizon ();
#endif /* ACCEL_H */