mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
The _skel lib created for the qurt build was failaing because the loader could not find the un-exported global symbol because default visibility was set to hidden. The define is used to explicitly export the QAIC function needed bu the loader. Signed-off-by: Mark Charlebois <charlebm@gmail.com>