From 24fd5759b5443cf198f29eb6d5eae8c80cb04fe0 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Wed, 10 Dec 2014 12:41:11 +0100 Subject: add missing __EXPORT --- src/platforms/px4_middleware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/platforms/px4_middleware.h b/src/platforms/px4_middleware.h index b0bc40417..16e73ec04 100644 --- a/src/platforms/px4_middleware.h +++ b/src/platforms/px4_middleware.h @@ -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 -- cgit v1.2.3