aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x/pal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/LPC214x/pal_lld.h')
-rw-r--r--os/hal/platforms/LPC214x/pal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC214x/pal_lld.h b/os/hal/platforms/LPC214x/pal_lld.h
index 565b3333a..f007abda8 100644
--- a/os/hal/platforms/LPC214x/pal_lld.h
+++ b/os/hal/platforms/LPC214x/pal_lld.h
@@ -27,8 +27,6 @@
#ifndef _PAL_LLD_H_
#define _PAL_LLD_H_
-#include "lpc214x.h"
-
/*===========================================================================*/
/* Unsupported modes and specific modes */
/*===========================================================================*/
@@ -54,7 +52,7 @@ typedef struct {
/**
* @brief LPC214x FIO static initializer.
* @details An instance of this structure must be passed to @p palInit() at
- * system startup time in order to initialized the digital I/O
+ * system startup time in order to initialize the digital I/O
* subsystem. This represents only the initial setup, specific pads
* or whole ports can be reprogrammed at later time.
*/
@@ -237,6 +235,8 @@ typedef FIO * ioportid_t;
(port)->FIO_DIR = (dir); \
}
+extern const LPC214xFIOConfig pal_default_config;
+
#ifdef __cplusplus
extern "C" {
#endif