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

View File

@@ -179,7 +179,7 @@ def convert_type(spec_type):
return c_type
def px4_printf(field):
def print_field(field):
"""
Echo printf line
"""