1
0
Fork 0
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:
kc10kevin 2016-06-05 05:53:27 -05:00
parent a74acccb84
commit 1e68552a0c
15 changed files with 808 additions and 8 deletions

View file

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