Improve documentation: Refer to compiler/platform abstraction in NO_SYS mode description

This commit is contained in:
Dirk Ziegelmeier 2016-12-08 15:25:38 +01:00
parent 33bdf9fa76
commit a2ad9d36ca

View File

@ -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