input mode control and other pin mode control #767

This commit is contained in:
rusefi 2019-04-20 10:54:55 -04:00
parent c6d90cae6b
commit 0a4d48b377
1 changed files with 4 additions and 4 deletions

View File

@ -309,10 +309,10 @@
PIN_MODE_INPUT(GPIOA_PIN1) | \ PIN_MODE_INPUT(GPIOA_PIN1) | \
PIN_MODE_INPUT(GPIOA_PIN2) | \ PIN_MODE_INPUT(GPIOA_PIN2) | \
PIN_MODE_INPUT(GPIOA_PIN3) | \ PIN_MODE_INPUT(GPIOA_PIN3) | \
PIN_MODE_ALTERNATE(GPIOA_LRCK) | \ PIN_MODE_INPUT(GPIOA_LRCK) | \
PIN_MODE_ALTERNATE(GPIOA_PIN5) | \ PIN_MODE_INPUT(GPIOA_PIN5) | \
PIN_MODE_ALTERNATE(GPIOA_PIN6) | \ PIN_MODE_INPUT(GPIOA_PIN6) | \
PIN_MODE_ALTERNATE(GPIOA_PIN7) | \ PIN_MODE_INPUT(GPIOA_PIN7) | \
PIN_MODE_INPUT(GPIOA_PIN8) | \ PIN_MODE_INPUT(GPIOA_PIN8) | \
PIN_MODE_INPUT(GPIOA_VBUS_FS) | \ PIN_MODE_INPUT(GPIOA_VBUS_FS) | \
PIN_MODE_ALTERNATE(GPIOA_OTG_FS_ID) | \ PIN_MODE_ALTERNATE(GPIOA_OTG_FS_ID) | \