mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +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_*/
|