mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Fixes #3456
This commit is contained in:
parent
0e5df7235d
commit
afce17443f
2 changed files with 4 additions and 4 deletions
|
@ -494,7 +494,7 @@ PACK(struct SwashRingData {
|
|||
PACK(struct ScriptData {
|
||||
char file[LEN_SCRIPT_FILENAME];
|
||||
char name[LEN_SCRIPT_NAME];
|
||||
int8_t inputs[MAX_SCRIPT_INPUTS];
|
||||
int16_t inputs[MAX_SCRIPT_INPUTS];
|
||||
});
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue