1
0
Fork 0
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:
jflyper 2017-07-09 16:00:37 +09:00
parent 5a7054f704
commit 870f10e316
2 changed files with 2 additions and 3 deletions

View file

@ -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,