diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 097b530e..ebd8bf78 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -44,12 +44,12 @@ namespace Pinetime { }; enum class WatchFace : uint8_t { - Digital = 0, - Analog = 1, - PineTimeStyle = 2, - Terminal = 3, - Infineat = 4, - CasioStyleG7710 = 5, + Digital, + Analog, + PineTimeStyle, + Terminal, + Infineat, + CasioStyleG7710, }; template