mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Minor code style fix
This commit is contained in:
parent
208e50aa15
commit
d5148d12a1
@ -88,7 +88,7 @@ void receiveMavlink() {
|
||||
}
|
||||
|
||||
void handleMavlink(const void *_msg) {
|
||||
const mavlink_message_t &msg = *(mavlink_message_t *)_msg;
|
||||
const mavlink_message_t& msg = *(mavlink_message_t *)_msg;
|
||||
|
||||
if (msg.msgid == MAVLINK_MSG_ID_MANUAL_CONTROL) {
|
||||
mavlink_manual_control_t m;
|
||||
|
Loading…
x
Reference in New Issue
Block a user