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 --- os/hal/templates/hal_lld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/templates') diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h index c6dd6e6f7..e8ab84e0a 100644 --- a/os/hal/templates/hal_lld.h +++ b/os/hal/templates/hal_lld.h @@ -27,6 +27,8 @@ #ifndef _HAL_LLD_H_ #define _HAL_LLD_H_ +#include "avr/io.h" + /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ -- cgit v1.2.3