add counter face to movement build

This commit is contained in:
Joey Castillo 2022-04-20 11:44:21 -04:00
parent 949ca2227f
commit 263e7c6543
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ SRCS += \
../watch_faces/complication/totp_face.c \
../watch_faces/complication/sunrise_sunset_face.c \
../watch_faces/complication/countdown_face.c \
../watch_faces/complication/counter_face.c \
../watch_faces/complication/blinky_face.c \
../watch_faces/complication/moon_phase_face.c \
../watch_faces/clock/mars_time_face.c \

View File

@ -44,6 +44,7 @@
#include "hello_there_face.h"
#include "sunrise_sunset_face.h"
#include "countdown_face.h"
#include "counter_face.h"
#include "blinky_face.h"
#include "moon_phase_face.h"
#include "mars_time_face.h"