mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Comment cleanup
This commit is contained in:
parent
0b353341f8
commit
349b20186d
1 changed files with 2 additions and 1 deletions
|
@ -854,7 +854,8 @@ static bool processInCommand(void)
|
|||
}
|
||||
break;
|
||||
#endif
|
||||
default: // we do not know how to handle the (valid) message, indicate error MSP $M!
|
||||
default:
|
||||
// we do not know how to handle the (valid) message, indicate error MSP $M!
|
||||
return false;
|
||||
}
|
||||
headSerialReply(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue