1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-03-08 19:31:53 +00:00
2007-11-30 11:14:05 +00:00

9 lines
114 B
C

#ifndef __CMDD_H__
#define __CMDD_H__
#include "contiki.h"
PROCESS_NAME(cmdd_process);
#endif /* __CMDD_H__ */