mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Initial FURYF3 Target
This commit is contained in:
parent
a74acccb84
commit
1e68552a0c
15 changed files with 808 additions and 8 deletions
|
@ -426,6 +426,11 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(FURYF3) && defined(SONAR) && defined(USE_SOFTSERIAL1)
|
||||
if (feature(FEATURE_SONAR) && feature(FEATURE_SOFTSERIAL)) {
|
||||
serialRemovePort(SERIAL_PORT_SOFTSERIAL1);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_I2C
|
||||
#if defined(NAZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue