1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00
This commit is contained in:
KiteAnton 2016-07-15 19:18:45 +02:00
commit 1d9d6f6bf0
36 changed files with 569 additions and 583 deletions

View file

@ -2926,6 +2926,10 @@ static void cliStatus(char *cmdline)
#endif
cliPrintf("Cycle Time: %d, I2C Errors: %d, config size: %d\r\n", cycleTime, i2cErrorCounter, sizeof(master_t));
#ifdef USE_SDCARD
cliSdInfo(NULL);
#endif
}
#ifndef SKIP_TASK_STATISTICS