From cbbacdb239211fc33b0423b1213d2e58ac1692da Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 8 Dec 2009 14:42:32 +0000 Subject: HAL support for AVR. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1394 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR-AT90CANx-GCC/main.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'demos/AVR-AT90CANx-GCC/main.c') diff --git a/demos/AVR-AT90CANx-GCC/main.c b/demos/AVR-AT90CANx-GCC/main.c index a19b1e9c5..61df6a3ed 100644 --- a/demos/AVR-AT90CANx-GCC/main.c +++ b/demos/AVR-AT90CANx-GCC/main.c @@ -17,15 +17,9 @@ along with this program. If not, see . */ -#include -#include -#include - -#include - -#include "board.h" - -void hwinit(void); +#include "ch.h" +#include "hal.h" +#include "evtimer.h" static WORKING_AREA(waThread1, 32); static msg_t Thread1(void *arg) { -- cgit v1.2.3