aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 14:42:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 14:42:32 +0000
commitcbbacdb239211fc33b0423b1213d2e58ac1692da (patch)
tree87b6a0de2bfe60c72113b3d9c6efb199aabb198b /os/hal/templates
parente3538a6583b6a269bfabb7b27166dc5296a61879 (diff)
downloadChibiOS-cbbacdb239211fc33b0423b1213d2e58ac1692da.tar.gz
ChibiOS-cbbacdb239211fc33b0423b1213d2e58ac1692da.tar.bz2
ChibiOS-cbbacdb239211fc33b0423b1213d2e58ac1692da.zip
HAL support for AVR.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1394 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates')
-rw-r--r--os/hal/templates/hal_lld.h2
1 files changed, 2 insertions, 0 deletions
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. */
/*===========================================================================*/