mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 14:30:35 +08:00
refactor uorb: rename published to advertised
No semantic change (yet)
This commit is contained in:
@@ -248,7 +248,7 @@ AirspeedModule::check_for_connected_airspeed_sensors()
|
||||
if (_param_airspeed_primary_index.get() > 0) {
|
||||
|
||||
for (int i = 0; i < MAX_NUM_AIRSPEED_SENSORS; i++) {
|
||||
if (!_airspeed_sub[i].published()) {
|
||||
if (!_airspeed_sub[i].advertised()) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user