mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Update n/a text per code review.
This commit is contained in:
parent
3386af18fc
commit
e124650c54
1 changed files with 1 additions and 1 deletions
|
@ -4738,7 +4738,7 @@ static void cliStatus(const char *cmdName, char *cmdline)
|
|||
}
|
||||
#ifdef USE_SPI
|
||||
if (!gyroActiveDev()) {
|
||||
cliPrintf(" none!");
|
||||
cliPrintf(" not active");
|
||||
} else {
|
||||
if (gyroActiveDev()->gyroModeSPI != GYRO_EXTI_NO_INT) {
|
||||
cliPrintf(" locked");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue