mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
11 lines
152 B
C
11 lines
152 B
C
#ifndef __CMDD_H__
|
|
#define __CMDD_H__
|
|
|
|
#include "contiki.h"
|
|
|
|
/*EK_PROCESS_INIT(cmdd_init, arg);*/
|
|
|
|
PROCESS_NAME(cmdd_process);
|
|
|
|
#endif /* __CMDD_H__ */
|