mirror of
https://github.com/okalachev/flix.git
synced 2026-09-06 00:10:58 +00:00
Move mavlink commands handlers to a separated function
It's more convenient to handle error that way.
This commit is contained in:
@@ -58,6 +58,7 @@ void sendMavlink();
|
||||
void sendMessage(const void *msg);
|
||||
void receiveMavlink();
|
||||
void handleMavlink(const void *_msg);
|
||||
int handleMavlinkCommand(const void *_m);
|
||||
void mavlinkPrint(const char* str);
|
||||
void sendMavlinkPrint();
|
||||
inline Quaternion fluToFrd(const Quaternion &q);
|
||||
|
||||
Reference in New Issue
Block a user