mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
9 lines
114 B
C
9 lines
114 B
C
|
#ifndef __CMDD_H__
|
||
|
#define __CMDD_H__
|
||
|
|
||
|
#include "contiki.h"
|
||
|
|
||
|
PROCESS_NAME(cmdd_process);
|
||
|
|
||
|
#endif /* __CMDD_H__ */
|