Change K64F D8 pin from PTA0->PTC4

Modifying D8 to reflect latest hardare changes in RevD hardware
https://github.com/ARMmbed/mbed-os/issues/2933
pull/2975/head
Blackstone Engineering 2016-10-05 13:32:12 -05:00 committed by Anna Bridge
parent 625c1a8c89
commit 8e353da9a3
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ typedef enum {
D5 = PTA2, D5 = PTA2,
D6 = PTC2, D6 = PTC2,
D7 = PTC3, D7 = PTC3,
D8 = PTA0, D8 = PTC12,
D9 = PTC4, D9 = PTC4,
D10 = PTD0, D10 = PTD0,
D11 = PTD2, D11 = PTD2,