Merge branch 'master-fixes' into stm-flash-fixes
[fw/altos] / src / core / ao_task.h
index 50bfb220f081571572bbaab82395c1d0e29b1813..1a4b5b6ba94ca5c604e6a6cc139844514243f26e 100644 (file)
 #include <ao_list.h>
 #endif
 
+#ifndef HAS_TASK_INFO
+#define HAS_TASK_INFO 1
+#endif
+
 /* An AltOS task */
 struct ao_task {
        __xdata void *wchan;            /* current wait channel (NULL if running) */