mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
energest.h moved to sys/
This commit is contained in:
parent
671f5c6393
commit
133a314b1c
@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: energest-arch.c,v 1.2 2007/10/25 09:30:39 adamdunkels Exp $
|
||||
* $Id: energest-arch.c,v 1.3 2008/07/04 02:58:58 nvt-se Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -38,9 +38,8 @@
|
||||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#include "lib/energest.h"
|
||||
|
||||
#include "sys/clock.h"
|
||||
#include "sys/energest.h"
|
||||
#include "sys/rtimer.h"
|
||||
|
||||
#define DEC2FIX(h,d) ((h << 6) + (unsigned long)(0.64 * d))
|
||||
|
Loading…
Reference in New Issue
Block a user