Fix analogin peripheral names

pull/1573/head
mtkrtk 2016-02-29 17:06:32 +09:00
parent b78542d10e
commit 1a3a19bb08
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}
};