From 43d567e5f36addde6ce0a77b749a8fda69b8875b Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 9 Oct 2006 11:55:16 +0000 Subject: [PATCH] Added node-id.h --- platform/esb/contiki-esb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/esb/contiki-esb.h b/platform/esb/contiki-esb.h index 8b9013c1a..0a922eb14 100644 --- a/platform/esb/contiki-esb.h +++ b/platform/esb/contiki-esb.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: contiki-esb.h,v 1.1 2006/06/17 22:41:27 adamdunkels Exp $ + * @(#)$Id: contiki-esb.h,v 1.2 2006/10/09 11:55:16 adamdunkels Exp $ */ #ifndef __CONTIKI_ESB_H__ #define __CONTIKI_ESB_H__ @@ -68,6 +68,8 @@ #include "dev/leds.h" +#include "node-id.h" + void msp430_cpu_init(void); void init_lowlevel(void); void init_apps(void);