1
0
Fork 0
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:
Petr Ledvina 2017-05-11 13:39:32 +02:00
parent 4c063b5875
commit 58212464c5
5 changed files with 10 additions and 11 deletions

View file

@ -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++) {