9 PROCESS(do_nothing_process,
"Process that does nothing");
11 AUTOSTART_PROCESSES(&do_nothing_process);
#define PROCESS_END()
Define the end of a process.
#define PROCESS(name, strname)
Declare a process.
#define PROCESS_THREAD(name, ev, data)
Define the body of a process.
#define PROCESS_YIELD()
Yield the currently running process.
#define PROCESS_BEGIN()
Define the beginning of a process.