mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 07:00:36 +08:00
641fd26877
QuRT needs to use the builtin version of isfinite so for the qurt build PX4_ISFINITE(x) is defined as __builtin_isfinite(x). Signed-off-by: Mark Charlebois <charlebm@gmail.com>