Commit f5a0c331 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: remove old-style PP_PRINTF

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent d998ea4b
......@@ -319,7 +319,7 @@ int wr_servo_update(struct pp_instance *ppi)
if (!wr_adjust_in_progress()) {
s->state = s->next_state;
} else {
PP_PRINTF("servo:busy\n");
pp_diag(ppi, servo, 1, "servo:busy\n");
}
break;
......
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