Refactor to use new protocol module and sipo.
[bertos.git] / bertos / kern / rtask.c
index 67838af535b4c443d136e9465d3565674731d591..cfe35ce6a38219c83f35cc79a1cd54b5ce0f72eb 100644 (file)
@@ -86,7 +86,8 @@ static Semaphore rtask_sem;
                sem_release(&rtask_sem); \
        } while (0)
 
-#warning "Remove synctimer_poll and use a list directly"
+
+//TODO: "Remove synctimer_poll and use a list directly"
 static NORETURN void rtask_proc(void)
 {
        while (1)