1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00
This commit is contained in:
Bertrand Songis 2016-05-02 22:46:06 +02:00
parent 0e5df7235d
commit afce17443f
2 changed files with 4 additions and 4 deletions

View file

@ -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