mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
uORB printf map extend floating point decimal places
This commit is contained in:
parent
af6098b9ea
commit
55abaaf6ab
@ -77,8 +77,8 @@ type_printf_map = {
|
||||
'uint16': '%u',
|
||||
'uint32': '%" PRIu32 "',
|
||||
'uint64': '%" PRIu64 "',
|
||||
'float32': '%.3f',
|
||||
'float64': '%.3f',
|
||||
'float32': '%.4f',
|
||||
'float64': '%.6f',
|
||||
'bool': '%u',
|
||||
'char': '%c',
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user