summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-12-10 15:55:54 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2021-12-10 15:55:54 -0500
commite4f9737e21b6489be04e43f0af23aa968dba9ac2 (patch)
tree17475ccb72febde21425530eddce606f0176e23a /movement/movement.h
parent8571bfa74f4de75fbb55b37e97de80351f5e92fe (diff)
parent762af872d2f2c977e51d6e51b8c3ad622485cc05 (diff)
downloadSensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.tar.gz
Sensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.tar.bz2
Sensor-Watch-e4f9737e21b6489be04e43f0af23aa968dba9ac2.zip
Merge branch 'main' into movement-timer-stuff
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/movement/movement.h b/movement/movement.h
index 9edb285b..62e4120b 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -242,11 +242,11 @@ typedef struct {
} movement_state_t;
void movement_move_to_face(uint8_t watch_face_index);
-void movement_move_to_next_face();
-void movement_illuminate_led();
+void movement_move_to_next_face(void);
+void movement_illuminate_led(void);
void movement_request_tick_frequency(uint8_t freq);
-void movement_play_signal();
-void movement_play_alarm();
+void movement_play_signal(void);
+void movement_play_alarm(void);
#endif // MOVEMENT_H_