From: Dennisman219 Date: Fri, 29 Sep 2023 12:16:51 +0000 (+0200) Subject: Added missing description to header file X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=c15b01cd4c44f01f93561ae7081ba98282c2c290;p=sensor-watch.git Added missing description to header file --- diff --git a/movement/watch_faces/clock/minimal_clock_face.h b/movement/watch_faces/clock/minimal_clock_face.h index 1978689..d1f6ddf 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 * */