From 5185fcf7f0fc28f0ea98096de59419dceb9d499f Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Mon, 13 Dec 2010 01:30:46 +0100 Subject: [PATCH] [board/msb-430h] * fixed include --- msb-430h/driver_cc110x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msb-430h/driver_cc110x.c b/msb-430h/driver_cc110x.c index a0967b272f..9316e8bf56 100644 --- a/msb-430h/driver_cc110x.c +++ b/msb-430h/driver_cc110x.c @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #include #include -#include +#include #define CC1100_GDO0 (P2IN & 0x02) // read serial I/O (GDO0) #define CC1100_GDO1 (P3IN & 0x04) // read serial I/O (GDO1)