aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/px4_middleware.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-10 12:41:11 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-10 12:41:11 +0100
commit24fd5759b5443cf198f29eb6d5eae8c80cb04fe0 (patch)
treed408dd3440b3464aaa850ed76e63f846ae6f9338 /src/platforms/px4_middleware.h
parent9ed57211cc684d5135a254d9230c6d82bb092f9b (diff)
downloadpx4-firmware-24fd5759b5443cf198f29eb6d5eae8c80cb04fe0.tar.gz
px4-firmware-24fd5759b5443cf198f29eb6d5eae8c80cb04fe0.tar.bz2
px4-firmware-24fd5759b5443cf198f29eb6d5eae8c80cb04fe0.zip
add missing __EXPORT
Diffstat (limited to 'src/platforms/px4_middleware.h')
-rw-r--r--src/platforms/px4_middleware.h2
1 files changed, 1 insertions, 1 deletions
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