Commit b282ac77 authored by Adam Wujek's avatar Adam Wujek

userspace/tools: replace printf with term_cprintf in wr_mon

There is no visible effect of this since the new line was printed anyway.
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 9026eba4
......@@ -971,7 +971,7 @@ void show_servo(struct inst_servo_t *servo, int alive)
term_cprintf(C_WHITE,"%s",optimized_pp_time_toString(&wr_servo_ext->delta_txs,buf));
term_cprintf(C_BLUE, " RX: ");
term_cprintf(C_WHITE,"%s\n",optimized_pp_time_toString(&wr_servo_ext->delta_rxs,buf));
printf("\n");
term_cprintf(C_WHITE,"\n");
}
} else {
/* TJP: commented out fields are present on the SPEC,
......
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