Commit 7a6e620a authored by Aurelio Colosimo's avatar Aurelio Colosimo

do not show SYNC_IDLE state in monitor

This patch makes ppsi monitor equivalent to the one in ptp-noposix, avoiding
to show the "SYNC_IDLE", which is not so relevant
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 10055614
......@@ -360,7 +360,6 @@ int wr_servo_update(struct pp_instance *ppi)
switch(s->state)
{
case WR_WAIT_SYNC_IDLE:
pp_strcpy(cur_servo_state.slave_servo_state, "SYNC_IDLE");
if(!wr_adjust_in_progress())
{
s->state = s->next_state;
......
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