aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9c35e99..4eb461e 100644
--- a/main.c
+++ b/main.c
@@ -66,7 +66,7 @@ int main () {
gyroProcess ();
accelProcess();
} else {
- accelProcess();
+ accelProcess ();
gyroProcess ();
}
checkGyro = !checkGyro;
@@ -82,6 +82,8 @@ int main () {
}
timerStop ();
+ printf ("stopped\n");
+
/* global interrupt disable */
cli ();