mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 06:17:35 +08:00
801affd761
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>