Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library
This commit is contained in:
parent
93ce938d8d
commit
1f005b6299
5 changed files with 9 additions and 9 deletions
|
@ -28,12 +28,12 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: leds.c,v 1.4 2007/03/19 00:33:25 adamdunkels Exp $
|
||||
* @(#)$Id: leds.c,v 1.5 2008/07/03 23:36:30 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
#include "dev/leds.h"
|
||||
#include "sys/clock.h"
|
||||
#include "lib/energest.h"
|
||||
#include "sys/energest.h"
|
||||
|
||||
static unsigned char leds, invert;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue