Fix lin/mac build

This commit is contained in:
Asher Baker 2020-03-11 22:40:19 +00:00
parent 1b449d20b8
commit a919db5694

View File

@ -324,7 +324,7 @@ mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serve
return MMBackend_BMS; return MMBackend_BMS;
} }
if (mm_FindPattern(engineFactory, " Blade Symphony ", sizeof(" Blade Symphony ") - 1)) if (mm_FindPattern((void *)engineFactory, " Blade Symphony ", sizeof(" Blade Symphony ") - 1))
{ {
return MMBackend_Blade; return MMBackend_Blade;
} }