Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library

This commit is contained in:
adamdunkels 2008-07-03 23:36:30 +00:00
parent 93ce938d8d
commit 1f005b6299
5 changed files with 9 additions and 9 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: print-stats.c,v 1.3 2007/11/17 10:46:25 adamdunkels Exp $
* $Id: print-stats.c,v 1.4 2008/07/03 23:36:30 adamdunkels Exp $
*/
/**
@ -41,7 +41,7 @@
#include "lib/print-stats.h"
#include "net/rime.h"
#include "lib/energest.h"
#include "sys/energest.h"
#include <stdio.h>