t
Fork of mbed-dev by
Revision 77:78ca4485fc41, committed 2016-02-29
- Comitter:
- mbed_official
- Date:
- Mon Feb 29 11:45:10 2016 +0000
- Parent:
- 76:2aa1c040b668
- Child:
- 78:fcc37a1ad8f5
- Commit message:
- Synchronized with git revision 01648b2a3b7e3eeb28eb927a5c65edaa3a9d49fc
Full URL: https://github.com/mbedmicro/mbed/commit/01648b2a3b7e3eeb28eb927a5c65edaa3a9d49fc/
[Renesas RZ/A1H] Fix analogin peripheral names
Changed in this revision
targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/analogin_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- 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} };