mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 04:30:36 +08:00
30f80515ec
using scanf with %s reads until the first whitespace, which included the comma (as per C standard and tested on linux). Behavior on NuttX differs. This makes it work on both Linux and Nuttx.