mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
251:de9a1e4ffd79
Parent:
250:a49055e7a707
Child:
256:76fd9a263045
--- a/targets/hal/TARGET_NXP/TARGET_LPC43XX/pinmap.c	Tue Jul 08 11:15:08 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC43XX/pinmap.c	Tue Jul 08 14:15:07 2014 +0100
@@ -17,7 +17,7 @@
  */
 #include "mbed_assert.h"
 #include "pinmap.h"
-#include "mbed_error.h"
+#include "error.h"
 
 void pin_function(PinName pin, int function) {
     MBED_ASSERT(pin != (PinName)NC);