Browse Source

add missing __EXPORT

sbg
Thomas Gubler 10 years ago
parent
commit
24fd5759b5
  1. 2
      src/platforms/px4_middleware.h

2
src/platforms/px4_middleware.h

@ -59,7 +59,7 @@ extern bool task_should_exit; @@ -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

Loading…
Cancel
Save