fixed operacake indentation warning in firmware
This commit is contained in:
@ -130,10 +130,11 @@ uint8_t operacake_set_ports(uint8_t address, uint8_t PA, uint8_t PB) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(PA > OPERACAKE_PA4)
|
if(PA > OPERACAKE_PA4) {
|
||||||
side = OPERACAKE_CROSSOVER;
|
side = OPERACAKE_CROSSOVER;
|
||||||
else
|
} else {
|
||||||
side = OPERACAKE_SAMESIDE;
|
side = OPERACAKE_SAMESIDE;
|
||||||
|
}
|
||||||
|
|
||||||
pa = port_to_pins(PA);
|
pa = port_to_pins(PA);
|
||||||
pb = port_to_pins(PB);
|
pb = port_to_pins(PB);
|
||||||
|
Reference in New Issue
Block a user