Minor Formatting Tweaks

Converted tabs to spaces
Indented cases in switch
This commit is contained in:
Jeff 2016-11-14 15:00:52 -06:00
parent b62e91df15
commit 60231732ba
1 changed files with 16 additions and 15 deletions

View File

@ -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);