mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Merge pull request #3072 from ledvinap/fix-sitl-warnings
Fix SITL warnings
This commit is contained in:
commit
2463d5164e
8 changed files with 63 additions and 23 deletions
|
@ -445,7 +445,7 @@ static void cliSetVar(const clivalue_t *var, const cliVar_t value)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef MINIMAL_CLI
|
||||
#if defined(USE_RESOURCE_MGMT) && !defined(MINIMAL_CLI)
|
||||
static void cliRepeat(char ch, uint8_t len)
|
||||
{
|
||||
for (int i = 0; i < len; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue