diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-06 14:56:18 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-06 14:56:18 -0400 |
commit | 4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf (patch) | |
tree | 2baca9564649801aef3be5dc4600284900d528d6 /movement/watch_faces/clock | |
parent | 2cba47996ed08c83b7c9b2ba521b68fb8a62f666 (diff) | |
parent | 1ec1f2e4207405d55c34c936e2c458cb4a7e8806 (diff) | |
download | Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.gz Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.bz2 Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clock
Diffstat (limited to 'movement/watch_faces/clock')
-rw-r--r-- | movement/watch_faces/clock/mars_time_face.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/watch_faces/clock/mars_time_face.c b/movement/watch_faces/clock/mars_time_face.c index 264f714f..609d461b 100644 --- a/movement/watch_faces/clock/mars_time_face.c +++ b/movement/watch_faces/clock/mars_time_face.c @@ -108,6 +108,7 @@ static void _update(movement_settings_t *settings, mars_time_state_t *state) { void mars_time_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr) { (void) settings; + (void) watch_face_index; if (*context_ptr == NULL) { *context_ptr = malloc(sizeof(mars_time_state_t)); memset(*context_ptr, 0, sizeof(mars_time_state_t)); |