diff options
| author | Avamander <avamander@gmail.com> | 2020-10-15 19:45:53 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2020-10-15 19:45:53 (GMT) |
| commit | 6f45c0f669effacb535b8985396fe3b21a9a08f7 (patch) | |
| tree | 8c5b9d198ebe118d42d8fceca457dc1a82c2f3c1 /src/components/ble/MusicService.h | |
| parent | d4531d7bf393af56bf295fee399893802dfcac40 (diff) | |
Unified MusicStatus enum constant capitalization with others
Diffstat (limited to 'src/components/ble/MusicService.h')
| -rw-r--r-- | src/components/ble/MusicService.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/MusicService.h b/src/components/ble/MusicService.h index 00cffb2..b365909 100644 --- a/src/components/ble/MusicService.h +++ b/src/components/ble/MusicService.h @@ -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}; |
