mirror of https://github.com/ARMmbed/mbed-os.git
Fix #940 - k64f a4/5 pinnames swap
parent
38514db08e
commit
2a1d12bcd4
|
@ -234,8 +234,8 @@ typedef enum {
|
||||||
A1 = PTB3,
|
A1 = PTB3,
|
||||||
A2 = PTB10,
|
A2 = PTB10,
|
||||||
A3 = PTB11,
|
A3 = PTB11,
|
||||||
A4 = PTC10,
|
A4 = PTC11,
|
||||||
A5 = PTC11,
|
A5 = PTC10,
|
||||||
|
|
||||||
DAC0_OUT = 0xFEFE, /* DAC does not have Pin Name in RM */
|
DAC0_OUT = 0xFEFE, /* DAC does not have Pin Name in RM */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue