mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: lower FRAM CS speed to 2MHz
this matches old firmware
This commit is contained in:
parent
4bc3a649cc
commit
7b251c9739
|
@ -99,7 +99,7 @@ PD7 BARO_CS CS
|
|||
# USART3 serial3 telem2
|
||||
PD8 USART3_TX USART3
|
||||
PD9 USART3_RX USART3
|
||||
PD10 FRAM_CS CS
|
||||
PD10 FRAM_CS CS SPEED_LOW
|
||||
PD11 USART3_CTS USART3
|
||||
PD12 USART3_RTS USART3
|
||||
PD13 TIM4_CH2 TIM4 PWM(5) GPIO(54)
|
||||
|
|
Loading…
Reference in New Issue