Commit 6b2888d9 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Adam Wujek

tools/wr_mon: align servo state with all the rest (as it used to be)

parent 1b8a71a0
...@@ -386,7 +386,7 @@ void show_servo(void) ...@@ -386,7 +386,7 @@ void show_servo(void)
return; return;
} }
term_cprintf(C_GREY, "Servo state: "); term_cprintf(C_GREY, "Servo state: ");
if (lastt && time(NULL) - lastt > 5) { if (lastt && time(NULL) - lastt > 5) {
term_cprintf(C_RED, " --- not updating --- "); term_cprintf(C_RED, " --- not updating --- ");
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment