Rev c pin name fix

pull/7304/head
cedrick kukela 2018-07-18 09:52:52 -04:00 committed by Leon Lindenfelser
parent 59dda88e05
commit 1064994095
1 changed files with 2 additions and 2 deletions

View File

@ -168,9 +168,9 @@ typedef enum {
// Arduino connector namings
A0 = PC_2,
A1 = PC_0, //rev b PC_0; rev c PC_13
A1 = PC_13, //rev b PC_0; rev c PC_13
A2 = PC_4,
A3 = PB_1, //reb b PB_1; rev c PE_6
A3 = PE_6, //reb b PB_1; rev c PE_6
A4 = PA_6,
A5 = PG_8,
D0 = PA_3,