1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

adding sys/time.h for msp-430

This commit is contained in:
Oleg Hahm 2014-02-27 00:17:14 +01:00
parent 0c14597ec2
commit 72966fec39

View File

@ -0,0 +1,6 @@
#ifndef TIME_H
#define TIME_H
#include "msp430_types.h"
#endif /* TIME_H */