Skip to content

Commit 6c919e9

Browse files
committed
Fix MuseS Anthena prefix match
1 parent 07851d5 commit 6c919e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/board_controller/muse/muse_anthena.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ void MuseAnthena::adapter_on_scan_found (
380380
}
381381
else
382382
{
383-
if (strncmp (peripheral_identified, "MuseS", 4) == 0)
383+
if (strncmp (peripheral_identified, "MuseS", 5) == 0)
384384
{
385385
found = true;
386386
}

0 commit comments

Comments
 (0)