Unified MusicStatus enum constant capitalization with others
This commit is contained in:
parent
d4531d7bf3
commit
6f45c0f669
2 changed files with 9 additions and 9 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue