Fix spelling and underline in shell command for error flags
This commit is contained in:
parent
94726e1466
commit
56b5ddc209
@ -403,7 +403,7 @@ static shellmatta_retCode_t shell_cmd_read_flags(const shellmatta_handle_t handl
|
|||||||
/* Check for the --ack option */
|
/* Check for the --ack option */
|
||||||
tryack = check_opt(arguments, length, "--ack");
|
tryack = check_opt(arguments, length, "--ack");
|
||||||
|
|
||||||
shellmatta_printf(handle, "Error flags\r\n"
|
shellmatta_printf(handle, "Error Flags\r\n"
|
||||||
"-----------\r\n");
|
"-----------\r\n");
|
||||||
|
|
||||||
count = safety_controller_get_flag_count();
|
count = safety_controller_get_flag_count();
|
||||||
@ -457,7 +457,7 @@ static shellmatta_retCode_t shell_cmd_read_flags(const shellmatta_handle_t handl
|
|||||||
}
|
}
|
||||||
|
|
||||||
shellmatta_printf(handle, "\r\nTiming Monitors\r\n"
|
shellmatta_printf(handle, "\r\nTiming Monitors\r\n"
|
||||||
"--------------\r\n");
|
"---------------\r\n");
|
||||||
|
|
||||||
|
|
||||||
count = safety_controller_get_timing_monitor_count();
|
count = safety_controller_get_timing_monitor_count();
|
||||||
|
Loading…
Reference in New Issue
Block a user