mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed default, added BETAFLIGHTF4
This commit is contained in:
parent
5a7054f704
commit
870f10e316
2 changed files with 2 additions and 3 deletions
|
@ -116,7 +116,7 @@ escSerial_t escSerialPorts[MAX_ESCSERIAL_PORTS];
|
|||
PG_REGISTER_WITH_RESET_TEMPLATE(escSerialConfig_t, escSerialConfig, PG_ESCSERIAL_CONFIG, 0);
|
||||
|
||||
#ifndef ESCSERIAL_TIMER_TX_PIN
|
||||
define ESCSERIAL_TIMER_TX_PIN NONE
|
||||
#define ESCSERIAL_TIMER_TX_PIN NONE
|
||||
#endif
|
||||
|
||||
PG_RESET_TEMPLATE(escSerialConfig_t, escSerialConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue