mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-10 12:34:20 +08:00
872e1ebda0
GCC was more picky about prototypes for inlines being required. The generate_listener.py script used incorrect printf formats and was casting %f params to float, but printf casts all %f params to double per the spec. Signed-off-by: Mark Charlebois <charlebm@gmail.com>