mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 02:40:37 +08:00
uORB delete unused Flavor
This commit is contained in:
@@ -105,7 +105,7 @@ uorb_main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
/* create the driver */
|
||||
g_dev = uORB::Manager::get_instance()->get_device_master(uORB::PUBSUB);
|
||||
g_dev = uORB::Manager::get_instance()->get_device_master();
|
||||
|
||||
if (g_dev == nullptr) {
|
||||
return -errno;
|
||||
|
||||
Reference in New Issue
Block a user