From c15b01cd4c44f01f93561ae7081ba98282c2c290 Mon Sep 17 00:00:00 2001 From: Dennisman219 Date: Fri, 29 Sep 2023 14:16:51 +0200 Subject: [PATCH] Added missing description to header file --- movement/watch_faces/clock/minimal_clock_face.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/movement/watch_faces/clock/minimal_clock_face.h b/movement/watch_faces/clock/minimal_clock_face.h index 19786891..d1f6ddf2 100644 --- a/movement/watch_faces/clock/minimal_clock_face.h +++ b/movement/watch_faces/clock/minimal_clock_face.h @@ -28,9 +28,10 @@ #include "movement.h" /* - * A DESCRIPTION OF YOUR WATCH FACE + * MINIMAL CLOCK FACE * - * and a description of how use it + * A minimal clock face that just shows hours and minutes. + * There is nothing to configure. The face follows the 12h/24h setting * */