Skip to content

Commit

Permalink
AP_Vehicle: correct no-build options
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed May 22, 2024
1 parent e266c9b commit 79e9b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/AP_Vehicle/AP_Vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ void AP_Vehicle::update_dynamic_notch_at_specified_rate()
}
}
}
#endif // AP_INERTIALSENSOR_HARMONICNOTCH_ENABLED

/*
update dynamic notches if not using rate thread
Expand All @@ -890,6 +889,8 @@ void AP_Vehicle::update_dynamic_notches()
}
}

#endif // AP_INERTIALSENSOR_HARMONICNOTCH_ENABLED

void AP_Vehicle::notify_no_such_mode(uint8_t mode_number)
{
GCS_SEND_TEXT(MAV_SEVERITY_WARNING,"No such mode %u", mode_number);
Expand Down

0 comments on commit 79e9b44

Please sign in to comment.