Fixed API to be consistent between .h and .c file

This commit is contained in:
adamdunkels 2007-03-28 20:28:22 +00:00
parent 7db75a8aa6
commit 210574cf22
2 changed files with 13 additions and 8 deletions

View file

@ -45,7 +45,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: rtimer.h,v 1.1 2007/03/25 17:11:02 adamdunkels Exp $
* @(#)$Id: rtimer.h,v 1.2 2007/03/28 20:28:22 adamdunkels Exp $
*/
#ifndef __RTIMER_H__
#define __RTIMER_H__
@ -133,6 +133,8 @@ void rtimer_arch_init(void);
void rtimer_arch_schedule(rtimer_clock_t t);
rtimer_clock_t rtimer_arch_now(void);
#define RTIMER_SECOND RTIMER_ARCH_SECOND
#include "rtimer-arch.h"
#endif /* __RTIMER_H__ */