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:
parent
c5468981e6
commit
3396013b53
19 changed files with 17 additions and 73 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue