mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
318:bad45627264e
Parent:
294:78f9587bb26d
--- a/targets/hal/TARGET_NXP/TARGET_LPC43XX/port_api.c	Thu Sep 11 16:15:07 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC43XX/port_api.c	Thu Sep 11 16:30:07 2014 +0100
@@ -103,7 +103,7 @@
     LPC_GPIO_T *port_reg = (LPC_GPIO_T *)(LPC_GPIO_PORT_BASE);
     
     // Do not use masking, because it prevents the use of the unmasked pins
-    // obj->MASK[port] = ~mask;
+    // port_reg->MASK[port] = ~mask;
     
     obj->reg_out = &port_reg->PIN[port];
     obj->reg_in  = &port_reg->PIN[port];