mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 20:57:36 +08:00
Spelling errors (#19935)
This commit is contained in:
@@ -1214,16 +1214,16 @@ static void print_usage(void)
|
||||
|
||||
|
||||
PRINT_MODULE_USAGE_NAME("hardfault_log", "command");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("check", "Check if there's an uncommited hardfault");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("rearm", "Drop an uncommited hardfault");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("check", "Check if there's an uncommitted hardfault");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("rearm", "Drop an uncommitted hardfault");
|
||||
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("fault", "Generate a hardfault (this command crashes the system :)");
|
||||
PRINT_MODULE_USAGE_ARG("0|1", "Hardfault type: 0=divide by 0, 1=Assertion (default=0)", true);
|
||||
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("commit",
|
||||
"Write uncommited hardfault to /fs/microsd/fault_%i.txt (and rearm, but don't reset)");
|
||||
"Write uncommitted hardfault to /fs/microsd/fault_%i.txt (and rearm, but don't reset)");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("count",
|
||||
"Read the reboot counter, counts the number of reboots of an uncommited hardfault (returned as the exit code of the program)");
|
||||
"Read the reboot counter, counts the number of reboots of an uncommitted hardfault (returned as the exit code of the program)");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("reset", "Reset the reboot counter");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user