Minor Formatting Tweaks
Converted tabs to spaces Indented cases in switch
This commit is contained in:
parent
b62e91df15
commit
60231732ba
|
@ -335,7 +335,8 @@ serialPort_t *openEscSerial(escSerialPortIndex_e portIndex, serialReceiveCallbac
|
|||
}
|
||||
setTxSignalEsc(escSerial, ENABLE);
|
||||
serialTimerTxConfigBL(escSerial->txTimerHardware, portIndex, baud);
|
||||
} else if(mode == PROTOCOL_CASTLE){
|
||||
}
|
||||
else if(mode == PROTOCOL_CASTLE){
|
||||
escSerialOutputPortConfig(escSerial->rxTimerHardware);
|
||||
serialTimerTxConfigBL(escSerial->txTimerHardware, portIndex, baud);
|
||||
serialTimerRxConfigBL(escSerial->rxTimerHardware, portIndex, options);
|
||||
|
|
Loading…
Reference in New Issue