From a05fa1738fa6d741630f55cf9a8dd69e992a6558 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Tue, 22 Mar 2016 19:38:23 +0100 Subject: [PATCH] [Horus] Return to 6 chars wav names to track the shutdown bug without having to reconfigure the model --- radio/src/dataconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio/src/dataconstants.h b/radio/src/dataconstants.h index 09bee8e97..55ede0d44 100644 --- a/radio/src/dataconstants.h +++ b/radio/src/dataconstants.h @@ -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)