Small rename

This commit is contained in:
Josh 2023-10-25 22:32:28 -04:00
parent 1ff782cb0e
commit 79820669b6
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ namespace Pinetime {
Terminal = 3,
Infineat = 4,
CasioStyleG7710 = 5,
Face = 6,
FaceFace = 6,
};
}
}

View File

@ -56,7 +56,7 @@ Clock::Clock(Controllers::DateTime& dateTimeController,
case WatchFace::CasioStyleG7710:
return WatchFaceCasioStyleG7710();
break;
case WatchFace::Face:
case WatchFace::FaceFace:
return WatchFaceFaceScreen();
break;
}