px4flow cleanup unnecessary Device CDev usage

This commit is contained in:
Daniel Agar
2018-08-18 15:10:09 -04:00
parent 51faca0f66
commit 7d57ce65dc
+1 -1
View File
@@ -257,7 +257,7 @@ PX4FLOW::init()
&_orb_class_instance, ORB_PRIO_HIGH);
if (_distance_sensor_topic == nullptr) {
DEVICE_LOG("failed to create distance_sensor object. Did you start uOrb?");
PX4_ERR("failed to create distance_sensor object");
}
} else {