mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-18 08:04:58 +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>