mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +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;
|
break;
|
||||||
#endif
|
#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;
|
return false;
|
||||||
}
|
}
|
||||||
headSerialReply(0);
|
headSerialReply(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue