X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_task.c;h=0aad650898d9c54dddca6d53e6fa2c799aec89d8;hb=01f8df088759ee7e6bc3900a013e0ea4fafaf984;hp=c24c992927782438e35cba1871e2d643be656760;hpb=1e9b405e939136d25d937334d1f14f06c7d6127b;p=fw%2Faltos diff --git a/src/core/ao_task.c b/src/core/ao_task.c index c24c9929..0aad6508 100644 --- a/src/core/ao_task.c +++ b/src/core/ao_task.c @@ -512,6 +512,7 @@ ao_exit(void) /* we'll never get back here */ } +#if HAS_TASK_INFO void ao_task_info(void) { @@ -528,6 +529,7 @@ ao_task_info(void) ao_task_validate(); #endif } +#endif void ao_start_scheduler(void)