uORB delete unused Flavor

This commit is contained in:
Daniel Agar
2018-04-30 20:54:46 -04:00
parent cc061885f0
commit edea1b65cd
9 changed files with 95 additions and 160 deletions
+1 -1
View File
@@ -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;