mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Fix SITL warnings
This commit is contained in:
parent
4c063b5875
commit
58212464c5
5 changed files with 10 additions and 11 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