We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d4500 commit 524532eCopy full SHA for 524532e
radio/src/targets/flysky/tools/elrs.cpp
@@ -77,7 +77,7 @@ static uint16_t bufferOffset = 0;
77
static constexpr uint8_t PARAM_DATA_TAIL_SIZE = 44; // max popup packet size
78
79
static uint8_t *paramData = &reusableBuffer.cToolData[0];
80
-static uint8_t paramDataLen = 0;
+static uint32_t paramDataLen = 0;
81
82
static constexpr uint8_t PARAMS_MAX_COUNT = 18;
83
static constexpr uint8_t PARAMS_SIZE = PARAMS_MAX_COUNT * sizeof(Parameter);
0 commit comments