mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 08:20:34 +08:00
add missing __EXPORT
This commit is contained in:
@@ -59,7 +59,7 @@ extern bool task_should_exit;
|
||||
/**
|
||||
* Returns true if the app/task should continue to run
|
||||
*/
|
||||
inline bool ok() { return !task_should_exit; }
|
||||
__EXPORT inline bool ok() { return !task_should_exit; }
|
||||
#endif
|
||||
|
||||
class Rate
|
||||
|
||||
Reference in New Issue
Block a user