aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 08:47:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-08 08:47:14 +0000
commit3ff9afd04851ec97d66d6833520b49dc18f35ea4 (patch)
tree64490d99322e87fa9457efa59808fed5dff2a341 /os/hal/platforms/LPC214x/hal_lld.h
parent456490bf06d9d6eccf7a02b18fba94058c81f26c (diff)
downloadChibiOS-3ff9afd04851ec97d66d6833520b49dc18f35ea4.tar.gz
ChibiOS-3ff9afd04851ec97d66d6833520b49dc18f35ea4.tar.bz2
ChibiOS-3ff9afd04851ec97d66d6833520b49dc18f35ea4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1389 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x/hal_lld.h')
-rw-r--r--os/hal/platforms/LPC214x/hal_lld.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/os/hal/platforms/LPC214x/hal_lld.h b/os/hal/platforms/LPC214x/hal_lld.h
index 40345ec72..dcedb386c 100644
--- a/os/hal/platforms/LPC214x/hal_lld.h
+++ b/os/hal/platforms/LPC214x/hal_lld.h
@@ -31,13 +31,20 @@
#include "vic.h"
/*===========================================================================*/
-/* Driver pre-compile time settings. */
+/* Driver constants. */
/*===========================================================================*/
/*===========================================================================*/
-/* Driver constants. */
+/* Driver pre-compile time settings. */
/*===========================================================================*/
+/**
+ * @brief Default action for the non vectored IRQ handler, nothing.
+ */
+#if !defined(LPC214x_NON_VECTORED_IRQ_HOOK) || defined(__DOXYGEN__)
+#define LPC214x_NON_VECTORED_IRQ_HOOK()
+#endif
+
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/
@@ -54,6 +61,7 @@
extern "C" {
#endif
void hal_lld_init(void);
+ void lpc214x_clock_init(void);
#ifdef __cplusplus
}
#endif