mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
SPORT direction inverted on X3
This commit is contained in:
parent
26c592a9db
commit
2c57818cca
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@
|
|||
#define TELEMETRY_RCC_APB1Periph RCC_APB1Periph_USART2
|
||||
#define TELEMETRY_DIR_GPIO GPIOD
|
||||
#define TELEMETRY_DIR_GPIO_PIN GPIO_Pin_4 // PD.04
|
||||
#if defined(PCBXLITE)
|
||||
#if defined(PCBXLITE) || defined(PCBX3)
|
||||
#define TELEMETRY_DIR_OUTPUT() TELEMETRY_DIR_GPIO->BSRRH = TELEMETRY_DIR_GPIO_PIN
|
||||
#define TELEMETRY_DIR_INPUT() TELEMETRY_DIR_GPIO->BSRRL = TELEMETRY_DIR_GPIO_PIN
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue