mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Whitespace tidy
This commit is contained in:
parent
ee8763bbf1
commit
3d4f0bb137
97 changed files with 555 additions and 555 deletions
|
@ -83,7 +83,7 @@ static bool mspSerialProcessReceivedData(mspPort_t *mspPort, uint8_t c)
|
|||
mspPort->c_state = (c == 'M') ? MSP_HEADER_M : MSP_IDLE;
|
||||
} else if (mspPort->c_state == MSP_HEADER_M) {
|
||||
mspPort->c_state = MSP_IDLE;
|
||||
switch(c) {
|
||||
switch (c) {
|
||||
case '<': // COMMAND
|
||||
mspPort->packetType = MSP_PACKET_COMMAND;
|
||||
mspPort->c_state = MSP_HEADER_ARROW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue