add missing __EXPORT

This commit is contained in:
Thomas Gubler 2014-12-10 12:41:11 +01:00
parent 9ed57211cc
commit 24fd5759b5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ extern bool task_should_exit;
/** /**
* Returns true if the app/task should continue to run * 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 #endif
class Rate class Rate