Merge pull request #1073 from Kijewski/rtc-sys_time

drivers: fix includes in rtc.h for MSP430
dev/timer
Oleg Hahm 9 years ago
commit 66712c0af4

@ -25,11 +25,7 @@ and Telematics group (http://cst.mi.fu-berlin.de).
#define RTC_SECOND 10001U
#include <time.h>
/* TODO: remove once msp430 libc supports struct timeval */
#ifndef MSP430
#include <sys/time.h>
#endif
/**
* @brief Initializes the RTC for calendar mode

Loading…
Cancel
Save