diff options
| -rw-r--r-- | movement/template/template.c | 1 | ||||
| -rw-r--r-- | movement/template/template.h | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/movement/template/template.c b/movement/template/template.c index 34c6dbf5..8a77d6c3 100644 --- a/movement/template/template.c +++ b/movement/template/template.c @@ -89,3 +89,4 @@ void <#watch_face_name#>_face_resign(movement_settings_t *settings, void *contex      // handle any cleanup before your watch face goes off-screen.  } + diff --git a/movement/template/template.h b/movement/template/template.h index 29f66346..8c1b3126 100644 --- a/movement/template/template.h +++ b/movement/template/template.h @@ -46,3 +46,4 @@ void <#watch_face_name#>_face_resign(movement_settings_t *settings, void *contex  })  #endif // <#WATCH_FACE_NAME#>_FACE_H_ + | 
