Added hard real-time rtimer to standard include file
This commit is contained in:
parent
7c88f16e47
commit
8437d95d82
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Adam Dunkels <adam@sics.se>
|
* 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__
|
#ifndef __CONTIKI_H__
|
||||||
#define __CONTIKI_H__
|
#define __CONTIKI_H__
|
||||||
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
#include "sys/timer.h"
|
#include "sys/timer.h"
|
||||||
#include "sys/etimer.h"
|
#include "sys/etimer.h"
|
||||||
|
#include "sys/rtimer.h"
|
||||||
|
|
||||||
#include "sys/pt.h"
|
#include "sys/pt.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue