Skip to content

Commit 01648b2

Browse files
committed
Merge pull request #1573 from mtkrtk/analogin_patch
[Renesas RZ/A1H] Fix analogin peripheral names
2 parents 08f4e17 + 1a3a19b commit 01648b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/mbed/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/analogin_api.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ static const PinMap PinMap_ADC[] = {
2929
{P1_9, AN1, 1},
3030
{P1_10, AN2, 1},
3131
{P1_11, AN3, 1},
32-
{P1_12, AN3, 1},
32+
{P1_12, AN4, 1},
3333
{P1_13, AN5, 1},
34-
{P1_14, AN5, 1},
34+
{P1_14, AN6, 1},
3535
{P1_15, AN7, 1},
3636
{NC, NC, 0}
3737
};

0 commit comments

Comments
 (0)