mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
315:1d806f4588f1
Parent:
285:31249416b6f9
--- a/targets/hal/TARGET_NXP/TARGET_LPC43XX/analogout_api.c	Thu Sep 11 13:15:08 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC43XX/analogout_api.c	Thu Sep 11 14:15:10 2014 +0100
@@ -24,7 +24,11 @@
 #include "gpio_api.h"
 
 static const PinMap PinMap_DAC[] = {
+#ifdef TARGET_LPC4337
+    {P4_3, DAC_0, 0},
+#else
     {P4_4, DAC_0, 0},
+#endif
     {NC,   NC,    0}
 };