kinetis:K66 fixed TMP2_CH1 definition

This commit is contained in:
David Sidrane
2017-05-12 17:03:27 -10:00
parent 2043e1a114
commit 700e4ff5b6

View File

@@ -615,7 +615,7 @@
#define PIN_TPM1_CH1_3 (PIN_ALT6 | PIN_PORTB | PIN1)
#define PIN_TPM2_CH0_1 (PIN_ALT6 | PIN_PORTA | PIN10)
#define PIN_TPM2_CH0_2 (PIN_ALT6 | PIN_PORTB | PIN18)
#define PIN_TPM2_CH1_1 (PIN_ALT1 | PIN_PORTA | PIN11)
#define PIN_TPM2_CH1_1 (PIN_ALT6 | PIN_PORTA | PIN11)
#define PIN_TPM2_CH1_2 (PIN_ALT6 | PIN_PORTB | PIN19)
#define PIN_TPM_CLKIN0_1 (PIN_ALT7 | PIN_PORTA | PIN18)