1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Removing USE_UNIFIED_TARGET...

This commit is contained in:
blckmn 2022-10-21 10:04:10 +11:00
parent c5468981e6
commit 3396013b53
19 changed files with 17 additions and 73 deletions

View file

@ -684,11 +684,7 @@ void init(void)
if (!sensorsAutodetect()) {
// if gyro was not detected due to whatever reason, notify and don't arm.
if (true
#if defined(USE_UNIFIED_TARGET)
&& isSystemConfigured()
#endif
) {
if (isSystemConfigured()) {
indicateFailure(FAILURE_MISSING_ACC, 2);
}
setArmingDisabled(ARMING_DISABLED_NO_GYRO);