mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Turned on energy estimation and profiling by default
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
/* -*- C -*- */
|
/* -*- C -*- */
|
||||||
/* @(#)$Id: contiki-conf.h,v 1.19 2007/11/06 20:28:09 adamdunkels Exp $ */
|
/* @(#)$Id: contiki-conf.h,v 1.20 2007/11/13 21:10:50 adamdunkels Exp $ */
|
||||||
|
|
||||||
#ifndef CONTIKI_CONF_H
|
#ifndef CONTIKI_CONF_H
|
||||||
#define CONTIKI_CONF_H
|
#define CONTIKI_CONF_H
|
||||||
|
|
||||||
|
#define PROFILE_CONF_ON 1
|
||||||
|
#define ENERGEST_CONF_ON 1
|
||||||
|
|
||||||
#define HAVE_STDINT_H
|
#define HAVE_STDINT_H
|
||||||
#include "msp430def.h"
|
#include "msp430def.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user