1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 13:25:20 +03:00

[Horus] Return to 6 chars wav names to track the shutdown bug without having to reconfigure the model

This commit is contained in:
Bertrand Songis 2016-03-22 19:38:23 +01:00
parent 5691395dcf
commit a05fa1738f

View file

@ -158,7 +158,7 @@ enum CurveType {
#define LEN_CHANNEL_NAME 6
#define LEN_INPUT_NAME 4
#define LEN_CURVE_NAME 3
#define LEN_CFN_NAME 10
#define LEN_CFN_NAME 6
#define MAX_CURVES 32
#define NUM_POINTS 512
#elif defined(PCBFLAMENCO)