From 8400c8e42e3644eec40ec85703cedabae6fd986e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 2 Dec 2009 20:13:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1371 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/MSP430-MSP430x1611-GCC/main.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'demos/MSP430-MSP430x1611-GCC/main.c') diff --git a/demos/MSP430-MSP430x1611-GCC/main.c b/demos/MSP430-MSP430x1611-GCC/main.c index 3e729296b..91fb26f83 100644 --- a/demos/MSP430-MSP430x1611-GCC/main.c +++ b/demos/MSP430-MSP430x1611-GCC/main.c @@ -17,12 +17,9 @@ along with this program. If not, see . */ -#include -#include -#include -#include - -#include "board.h" +#include "ch.h" +#include "hal.h" +#include "test.h" /* * Red LEDs blinker thread, times are in milliseconds. -- cgit v1.2.3