1
0
Fork 0
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:
Matthew Selby 2025-07-07 19:15:16 +01:00
parent 3386af18fc
commit e124650c54

View file

@ -4738,7 +4738,7 @@ static void cliStatus(const char *cmdName, char *cmdline)
} }
#ifdef USE_SPI #ifdef USE_SPI
if (!gyroActiveDev()) { if (!gyroActiveDev()) {
cliPrintf(" none!"); cliPrintf(" not active");
} else { } else {
if (gyroActiveDev()->gyroModeSPI != GYRO_EXTI_NO_INT) { if (gyroActiveDev()->gyroModeSPI != GYRO_EXTI_NO_INT) {
cliPrintf(" locked"); cliPrintf(" locked");