rename types to be more c-like

This commit is contained in:
Joey Castillo
2021-10-16 13:23:23 -04:00
parent d5ac4cb71b
commit d36331ce4e
11 changed files with 49 additions and 49 deletions

View File

@@ -8,7 +8,7 @@
#define MOVEMENT_NUM_FACES 3
WatchFace watch_faces[MOVEMENT_NUM_FACES] = {
watch_face_t watch_faces[MOVEMENT_NUM_FACES] = {
simple_clock_face,
preferences_face,
set_time_face,