mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
158:3121b9889f7b
Parent:
35:371630885ad6
Child:
250:a49055e7a707
--- a/targets/hal/TARGET_NXP/TARGET_LPC23XX/gpio_irq_api.c	Fri Apr 11 17:15:06 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC23XX/gpio_irq_api.c	Fri Apr 11 17:30:07 2014 +0100
@@ -80,7 +80,7 @@
     
     // Interrupts available only on GPIO0 and GPIO2
     if (obj->port != LPC_GPIO0_BASE && obj->port != LPC_GPIO2_BASE) {
-        error("pins on this port cannot generate interrupts\n");
+        error("pins on this port cannot generate interrupts");
     }
     
     // put us in the interrupt table