Added hard real-time rtimer to standard include file

This commit is contained in:
adamdunkels 2007-05-15 07:48:11 +00:00
parent 7c88f16e47
commit 8437d95d82

View File

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: contiki.h,v 1.2 2007/03/19 00:33:11 adamdunkels Exp $
* $Id: contiki.h,v 1.3 2007/05/15 07:48:11 adamdunkels Exp $
*/
#ifndef __CONTIKI_H__
#define __CONTIKI_H__
@ -44,6 +44,7 @@
#include "sys/timer.h"
#include "sys/etimer.h"
#include "sys/rtimer.h"
#include "sys/pt.h"