mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 07:29:42 +00:00
8 lines
113 B
C
8 lines
113 B
C
|
#ifndef MTTESTDSC_H_
|
||
|
#define MTTESTDSC_H_
|
||
|
#include "sys/dsc.h"
|
||
|
|
||
|
DSC_HEADER(mttest_dsc);
|
||
|
|
||
|
#endif /*MTTESTDSC_H_*/
|