diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 12:29:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-29 12:29:57 +0000 |
commit | 58d50c17cd4d54b8323e80f2ee188963aa16010b (patch) | |
tree | 131e207a767f95da2fd38e333461a9dcaf99a2ea /os/hal/platforms/AVR/hal_lld.h | |
parent | 86e45e167e4db866268e968b174b1cbb88420338 (diff) | |
download | ChibiOS-58d50c17cd4d54b8323e80f2ee188963aa16010b.tar.gz ChibiOS-58d50c17cd4d54b8323e80f2ee188963aa16010b.tar.bz2 ChibiOS-58d50c17cd4d54b8323e80f2ee188963aa16010b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1476 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/AVR/hal_lld.h')
-rw-r--r-- | os/hal/platforms/AVR/hal_lld.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/AVR/hal_lld.h b/os/hal/platforms/AVR/hal_lld.h index b0698e993..65b5da55f 100644 --- a/os/hal/platforms/AVR/hal_lld.h +++ b/os/hal/platforms/AVR/hal_lld.h @@ -44,6 +44,10 @@ /*===========================================================================*/
/*===========================================================================*/
+/* Driver macros. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* External declarations. */
/*===========================================================================*/
|