mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
158:3121b9889f7b
Parent:
125:23cc3068a9e4
Child:
172:2f4f8c56b261
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/gpio_irq_api.c	Fri Apr 11 17:15:06 2014 +0100
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/gpio_irq_api.c	Fri Apr 11 17:30:07 2014 +0100
@@ -138,7 +138,7 @@
             irq_index = 6;
             break;
         default:
-            error("InterruptIn error: pin not supported.\n");
+            error("InterruptIn error: pin not supported.");
             return -1;
     }