mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
CF/BF - NAZE fix compiler warnings.
This commit is contained in:
parent
c693f25052
commit
a140aea013
1 changed files with 1 additions and 2 deletions
|
@ -1963,9 +1963,8 @@ static mspResult_e mspFcProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
|
|||
|
||||
static mspResult_e mspCommonProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
|
||||
{
|
||||
// uint32_t i;
|
||||
// uint8_t value;
|
||||
const unsigned int dataSize = sbufBytesRemaining(src);
|
||||
UNUSED(dataSize); // maybe unused due to compiler options
|
||||
|
||||
switch (cmdMSP) {
|
||||
#ifdef TRANSPONDER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue