From 72966fec39710d79b16a5575c9bac50239cdf22d Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 27 Feb 2014 00:17:14 +0100 Subject: [PATCH] adding sys/time.h for msp-430 --- cpu/msp430-common/include/sys/time.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cpu/msp430-common/include/sys/time.h diff --git a/cpu/msp430-common/include/sys/time.h b/cpu/msp430-common/include/sys/time.h new file mode 100644 index 0000000000..0f0245c774 --- /dev/null +++ b/cpu/msp430-common/include/sys/time.h @@ -0,0 +1,6 @@ +#ifndef TIME_H +#define TIME_H + +#include "msp430_types.h" + +#endif /* TIME_H */