mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Minor code style fix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user