mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
T16 doesn't have SPORT connector
This commit is contained in:
parent
81aa1cb211
commit
b3a64d3b2c
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@
|
|||
|
||||
// S.Port update connector
|
||||
#define SPORT_MAX_BAUDRATE 250000 // < 400000
|
||||
#if defined(PCBX10)
|
||||
#if defined(PCBX10) && !defined(RADIO_T16)
|
||||
#define SPORT_UPDATE_RCC_AHB1Periph RCC_AHB1Periph_GPIOH
|
||||
#define SPORT_UPDATE_PWR_GPIO GPIOH
|
||||
#define SPORT_UPDATE_PWR_GPIO_PIN GPIO_Pin_13 // PH.13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue