mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Minor updates
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ extern float mavlinkControlScale;
|
||||
Preferences storage;
|
||||
|
||||
struct Parameter {
|
||||
const char *name;
|
||||
const char *name; // max length is 16
|
||||
float *variable;
|
||||
float value; // cache
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user