generate uorb topic helper rename px4_printf to print_field

This commit is contained in:
Daniel Agar
2018-03-27 11:57:12 -04:00
parent 55466e539b
commit a98c7cf5c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,6 +83,6 @@ void print_message(const @uorb_struct& message)
printf(" @(uorb_struct)\n");
printf("\ttimestamp: %" PRIu64 " (%.6f seconds ago)\n", message.timestamp, hrt_elapsed_time(&message.timestamp) / 1e6);
@[for field in sorted_fields]@
@( px4_printf(field) )
@( print_field(field) )
@[end for]
}