Minor updates

This commit is contained in:
Oleg Kalachev
2025-07-28 22:07:33 +03:00
parent bb0643e8c6
commit 7e8bd3e834
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
};