summaryrefslogtreecommitdiffstats
path: root/movement/template/template.c
diff options
context:
space:
mode:
authorWesley Aptekar-Cassels <me@wesleyac.com>2024-01-21 02:01:27 -0500
committerGitHub <noreply@github.com>2024-01-21 02:01:27 -0500
commitf16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb (patch)
tree888997f4d133e3fee2afb21e633ea5e44724b230 /movement/template/template.c
parent73f689e65ac11da126c54b3b2252ffac37e796cc (diff)
parent233036ff59f59080967f38682dc595a80ec7bb19 (diff)
downloadSensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.tar.gz
Sensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.tar.bz2
Sensor-Watch-f16ce6a7670c8e26d46623fdbf928d4d8aa2c1fb.zip
Merge branch 'main' into watch-face-simple-coin-flip
Diffstat (limited to 'movement/template/template.c')
-rw-r--r--movement/template/template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/template/template.c b/movement/template/template.c
index e03db561..fe2723b8 100644
--- a/movement/template/template.c
+++ b/movement/template/template.c
@@ -28,6 +28,7 @@
void <#watch_face_name#>_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(<#watch_face_name#>_state_t));
memset(*context_ptr, 0, sizeof(<#watch_face_name#>_state_t));