|
|
|
@ -43,7 +43,7 @@
@@ -43,7 +43,7 @@
|
|
|
|
|
|
|
|
|
|
void set_health_flags(uint64_t subsystem_type, bool present, bool enabled, bool ok, vehicle_status_s &status) |
|
|
|
|
{ |
|
|
|
|
PX4_INFO("set_health_flags: Type %llu pres=%u enabl=%u ok=%u", subsystem_type, present, enabled, ok); |
|
|
|
|
PX4_DEBUG("set_health_flags: Type %llu pres=%u enabl=%u ok=%u", subsystem_type, present, enabled, ok); |
|
|
|
|
|
|
|
|
|
if (present) { |
|
|
|
|
status.onboard_control_sensors_present |= (uint32_t)subsystem_type; |
|
|
|
|