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