Rename flu to frd function to match the code style

This commit is contained in:
Oleg Kalachev
2025-02-28 23:39:03 +03:00
parent d4d1797ffc
commit 0a7ed1039f
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ void receiveMavlink();
void handleMavlink(const void *_msg);
void failsafe();
void descend();
inline Quaternion FLU2FRD(const Quaternion &q);
inline Quaternion fluToFrd(const Quaternion &q);
// mocks
void setLED(bool on) {};