aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/platforms/LPC214x/pal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/platforms/LPC214x/pal_lld.h')
-rw-r--r--os/io/platforms/LPC214x/pal_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/io/platforms/LPC214x/pal_lld.h b/os/io/platforms/LPC214x/pal_lld.h
index 50e0ff4a5..4547abc61 100644
--- a/os/io/platforms/LPC214x/pal_lld.h
+++ b/os/io/platforms/LPC214x/pal_lld.h
@@ -93,12 +93,12 @@ typedef FIO * ioportid_t;
/**
* @brief FIO port 0 identifier.
*/
-#define IOPORT_A FIO0Base
+#define IOPORT1 FIO0Base
/**
* @brief FIO port 1 identifier.
*/
-#define IOPORT_B FIO1Base
+#define IOPORT2 FIO1Base
/*===========================================================================*/
/* Implementation, some of the following macros could be implemented as */