aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/platforms/LPC13xx/serial_lld.c2
-rw-r--r--readme.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC13xx/serial_lld.c b/os/hal/platforms/LPC13xx/serial_lld.c
index 0db6907b3..8c3e73ca1 100644
--- a/os/hal/platforms/LPC13xx/serial_lld.c
+++ b/os/hal/platforms/LPC13xx/serial_lld.c
@@ -211,7 +211,7 @@ static void notify1(void) {
* @brief UART0 IRQ handler.
*/
#if USE_LPC13xx_UART0 || defined(__DOXYGEN__)
-CH_IRQ_HANDLER(Vector94) {
+CH_IRQ_HANDLER(VectorF8) {
CH_IRQ_PROLOGUE();
diff --git a/readme.txt b/readme.txt
index cfe8f9b5c..eeec496f9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -57,6 +57,7 @@
*****************************************************************************
*** 1.5.5 ***
+- NEW: LPC13xx support, drivers (Serial, PAL, HAL) and demo.
*** 1.5.4 ***
- FIX: Fixed broken CH_CURRP_REGISTER_CACHE option in the ARM7 port (bug