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/2934/head
Blackstone Engineering 2016-10-05 13:32:12 -05:00 committed by GitHub
parent 670b0984eb
commit 3e39ef8916
1 changed files with 1 additions and 1 deletions

View File

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