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