summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpetter <39340152+petterhs@users.noreply.github.com>2021-01-08 15:35:43 +0100
committerpetter <39340152+petterhs@users.noreply.github.com>2021-01-08 15:35:43 +0100
commit10376cd81cdc2e5908b127d76af64bc9e865c582 (patch)
tree451984dfaeb7985a4721ff14dcece63d87b96a47 /src
parent50ae0ae5e073ac48652e6c26549f9b19655e8da3 (diff)
fix MusicService UUID typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/components/ble/MusicService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/MusicService.h b/src/components/ble/MusicService.h
index ee3628b0..ab8dc2b1 100644
--- a/src/components/ble/MusicService.h
+++ b/src/components/ble/MusicService.h
@@ -26,7 +26,7 @@
#undef max
#undef min
-//c7e50000-78fc-48fe-8e23-43b37a1942d0
+//c7e50000-78fc-48fe-8e23-433b3a1942d0
#define MUSIC_SERVICE_UUID_BASE {0xd0, 0x42, 0x19, 0x3a, 0x3b, 0x43, 0x23, 0x8e, 0xfe, 0x48, 0xfc, 0x78, 0x00, 0x00, 0xe5, 0xc7}
namespace Pinetime {