added prescaler for 16 bit pwm in LPC1347 target

Fork of mbed-dev by mbed official

Revision:
77:78ca4485fc41
Parent:
0:9b334a45a8ff
Child:
144:ef7eb2e8f9f7
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/analogin_api.c	Mon Feb 29 07:15:09 2016 +0000
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/analogin_api.c	Mon Feb 29 11:45:10 2016 +0000
@@ -29,9 +29,9 @@
     {P1_9,  AN1, 1},
     {P1_10, AN2, 1},
     {P1_11, AN3, 1},
-    {P1_12, AN3, 1},
+    {P1_12, AN4, 1},
     {P1_13, AN5, 1},
-    {P1_14, AN5, 1},
+    {P1_14, AN6, 1},
     {P1_15, AN7, 1},
     {NC,    NC,  0}
 };