Browse Source

HAL_ChibiOS: fixed fmuv4-beta hwdef for dup pin

mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
847cb760b4
  1. 1
      libraries/AP_HAL_ChibiOS/hwdef/fmuv4-beta/hwdef.dat

1
libraries/AP_HAL_ChibiOS/hwdef/fmuv4-beta/hwdef.dat

@ -5,6 +5,7 @@ include ../fmuv4/hwdef.dat
# SPI2 SCK is on PB13 # SPI2 SCK is on PB13
#define GPIO_SPI2_SCK (GPIO_SPI2_SCK_2|GPIO_SPEED_50MHz) #define GPIO_SPI2_SCK (GPIO_SPI2_SCK_2|GPIO_SPEED_50MHz)
undef SPI2_SCK undef SPI2_SCK
undef PB13
PB13 SPI2_SCK SPI2 PB13 SPI2_SCK SPI2
# note that PC13 (SBUS invert) is active low on this board # note that PC13 (SBUS invert) is active low on this board

Loading…
Cancel
Save