summaryrefslogtreecommitdiffstats
path: root/movement/movement_faces.h
diff options
context:
space:
mode:
authorMatheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>2024-03-05 00:49:57 -0300
committerMatheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>2024-03-08 06:54:22 -0300
commit4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550 (patch)
treee793223257246f4c52b6d9735dbab97c9a22c530 /movement/movement_faces.h
parent7208df1dfb560a29962e7054e497dcb89c64ea5a (diff)
parent4a66035f77a116f1b360110fe1f3f413f9af741e (diff)
downloadSensor-Watch-4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550.tar.gz
Sensor-Watch-4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550.tar.bz2
Sensor-Watch-4b269c50634e2ff6ce7e5ceb79ca877f4dd7c550.zip
Merge branch 'advanced-clock+24h' into advanced
Completely refactors the simple clock face and lays the foundations for new features. Also adds a compile time 24 hour mode only feature. Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/373
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r--movement/movement_faces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h
index 7feb0f40..949a071a 100644
--- a/movement/movement_faces.h
+++ b/movement/movement_faces.h
@@ -25,7 +25,7 @@
#ifndef MOVEMENT_FACES_H_
#define MOVEMENT_FACES_H_
-#include "simple_clock_face.h"
+#include "clock_face.h"
#include "world_clock_face.h"
#include "preferences_face.h"
#include "set_time_face.h"