Skip to content

Commit f1e7d0b

Browse files
authored
Merge pull request #160 from petterhs/fixMusicUUIDTypo
fix MusicService UUID typo in comment
2 parents 5d39cd0 + 10376cd commit f1e7d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ble/MusicService.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#undef max
2727
#undef min
2828

29-
//c7e50000-78fc-48fe-8e23-43b37a1942d0
29+
//c7e50000-78fc-48fe-8e23-433b3a1942d0
3030
#define MUSIC_SERVICE_UUID_BASE {0xd0, 0x42, 0x19, 0x3a, 0x3b, 0x43, 0x23, 0x8e, 0xfe, 0x48, 0xfc, 0x78, 0x00, 0x00, 0xe5, 0xc7}
3131

3232
namespace Pinetime {

0 commit comments

Comments
 (0)