From a2ad9d36ca0811bcc22ce8355d8ea54deea7c3ef Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 8 Dec 2016 15:25:38 +0100 Subject: [PATCH] Improve documentation: Refer to compiler/platform abstraction in NO_SYS mode description --- doc/doxygen/main_page.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/main_page.h b/doc/doxygen/main_page.h index 31cc0df6..4f43d60a 100644 --- a/doc/doxygen/main_page.h +++ b/doc/doxygen/main_page.h @@ -103,7 +103,8 @@ * *not* *from* *interrupt* *context*. You can allocate a @ref pbuf in interrupt * context and put them into a queue which is processed from mainloop.\n * Call sys_check_timeouts() periodically in the mainloop.\n - * Porting: implement all functions in @ref sys_time and @ref sys_prot.\n + * Porting: implement all functions in @ref sys_time, @ref sys_prot and + * @ref compiler_abstraction.\n * You can only use @ref callbackstyle_api in this mode.\n * Sample code:\n * @include NO_SYS_SampleCode.c