fixed operacake indentation warning in firmware

This commit is contained in:
Michael Ossmann
2017-01-26 15:24:55 -07:00
parent 95c9ac6ffa
commit a6b9f8f96d

View File

@ -130,10 +130,11 @@ uint8_t operacake_set_ports(uint8_t address, uint8_t PA, uint8_t PB) {
return 1;
}
if(PA > OPERACAKE_PA4)
if(PA > OPERACAKE_PA4) {
side = OPERACAKE_CROSSOVER;
else
} else {
side = OPERACAKE_SAMESIDE;
}
pa = port_to_pins(PA);
pb = port_to_pins(PB);