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 129611c..edb2540 100644
--- a/accel.h
+++ b/accel.h
@@ -12,7 +12,7 @@ typedef uint8_t horizon;
void accelInit ();
void accelStart ();
-bool accelProcess ();
+void accelProcess ();
int8_t accelGetZ ();
int8_t accelGetNormalizedZ ();
uint8_t accelGetShakeCount ();