From 6f45c0f669effacb535b8985396fe3b21a9a08f7 Mon Sep 17 00:00:00 2001 From: Avamander Date: Thu, 15 Oct 2020 22:45:53 +0300 Subject: Unified MusicStatus enum constant capitalization with others --- src/components/ble/MusicService.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/ble/MusicService.h b/src/components/ble/MusicService.h index 00cffb27..b365909b 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}; -- cgit v1.2.3-70-g09d2