auto-formatting

This commit is contained in:
proddy
2025-11-15 16:36:13 +01:00
parent a74910ddf6
commit 99d67cdd42
2 changed files with 2 additions and 2 deletions

View File

@@ -294,7 +294,7 @@ bool Mixer::set_wwprio(const char * value, const int8_t id) {
return false; return false;
} }
uint8_t hc = device_id() - 0x20; uint8_t hc = device_id() - 0x20;
write_command(0x2CD + hc, 3, b ? 0xFF: 0, 0x2CD + hc); write_command(0x2CD + hc, 3, b ? 0xFF : 0, 0x2CD + hc);
return true; return true;
} }