1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

Merge pull request #800 from OlegHahm/msp430_sys_time

cpu: msp430-common: adding sys/time.h for msp-430
This commit is contained in:
Ludwig Ortmann 2014-02-27 08:08:50 +01:00
commit 6eb8da137e

View File

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