Unified MusicStatus enum constant capitalization with others

This commit is contained in:
Avamander
2020-10-15 22:45:53 +03:00
parent d4531d7bf3
commit 6f45c0f669
2 changed files with 9 additions and 9 deletions

View File

@@ -66,8 +66,8 @@ namespace Pinetime {
static const char EVENT_MUSIC_VOLDOWN = 0x06;
enum MusicStatus {
NOT_PLAYING = 0x00,
PLAYING = 0x01
NotPlaying = 0x00,
Playing = 0x01
};
private:
static constexpr uint8_t msId[2] = {0x00, 0x01};