Merge pull request #1573 from mtkrtk/analogin_patch

[Renesas RZ/A1H] Fix analogin peripheral names
pull/1550/merge
Martin Kojtal 2016-02-29 12:32:34 +01:00
commit 01648b2a3b
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ static const PinMap PinMap_ADC[] = {
{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}
};