aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x/pal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 10:36:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 10:36:29 +0000
commit93fc8b57778f698cbe7e0e202e33b5d56ce09039 (patch)
tree0bbf40ba4c83b36dc81c3a9d47a32624d9005092 /os/hal/platforms/LPC214x/pal_lld.h
parent4682a4476ec53884628b1a2b61457938f5914038 (diff)
downloadChibiOS-93fc8b57778f698cbe7e0e202e33b5d56ce09039.tar.gz
ChibiOS-93fc8b57778f698cbe7e0e202e33b5d56ce09039.tar.bz2
ChibiOS-93fc8b57778f698cbe7e0e202e33b5d56ce09039.zip
HAL implemented for LPC214x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1392 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x/pal_lld.h')
-rw-r--r--os/hal/platforms/LPC214x/pal_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC214x/pal_lld.h b/os/hal/platforms/LPC214x/pal_lld.h
index f007abda8..c89c98504 100644
--- a/os/hal/platforms/LPC214x/pal_lld.h
+++ b/os/hal/platforms/LPC214x/pal_lld.h
@@ -27,6 +27,8 @@
#ifndef _PAL_LLD_H_
#define _PAL_LLD_H_
+#if CH_HAL_USE_PAL || defined(__DOXYGEN__)
+
/*===========================================================================*/
/* Unsupported modes and specific modes */
/*===========================================================================*/
@@ -248,6 +250,8 @@ extern "C" {
}
#endif
+#endif /* CH_HAL_USE_PAL */
+
#endif /* _PAL_LLD_H_ */
/** @} */