px4_fmu-v5x:Wrong Bit was being tested for mode.

@TSC21  - this will fix you build
This commit is contained in:
David Sidrane 2020-06-05 14:35:02 -07:00 committed by Daniel Agar
parent b607630ee7
commit 626895eadc
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ CONFIG_STM32F7_I2C_DYNTIMEO_STARTSTOP=10
CONFIG_STM32F7_OTGFS=y
CONFIG_STM32F7_PHYSR=16
CONFIG_STM32F7_PHYSR_100MBPS=0x0
CONFIG_STM32F7_PHYSR_FULLDUPLEX=0x01
CONFIG_STM32F7_PHYSR_FULLDUPLEX=0x04
CONFIG_STM32F7_PHYSR_MODE=0x04
CONFIG_STM32F7_PHYSR_SPEED=0x2
CONFIG_STM32F7_PROGMEM=y