aboutsummaryrefslogtreecommitdiff
path: root/accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel.c')
-rw-r--r--accel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/accel.c b/accel.c
index 2a73b40..3a6c595 100644
--- a/accel.c
+++ b/accel.c
@@ -180,15 +180,15 @@ bool accelProcess () {
return false;
}
-const int8_t accelGetZ () {
+int8_t accelGetZ () {
return zval;
}
-const uint8_t accelGetShakeCount () {
+uint8_t accelGetShakeCount () {
return shakeCount;
}
-const horizon accelGetHorizon () {
+horizon accelGetHorizon () {
return horizonSign;
}