mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-07 03:32:52 +08:00
atof() returns double which causes implicit narrowing to float. strtof() directly returns float, avoiding the conversion.
atof() returns double which causes implicit narrowing to float. strtof() directly returns float, avoiding the conversion.