mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 11:40:34 +08:00
Unit tests: Workaround for driver framework. Now unit tests are fully enabled
This commit is contained in:
@@ -548,6 +548,7 @@ void VDev::showDevices()
|
||||
|
||||
pthread_mutex_unlock(&devmutex);
|
||||
|
||||
#ifndef __PX4_UNIT_TESTS
|
||||
PX4_INFO("DF Devices:");
|
||||
const char *dev_path;
|
||||
unsigned int index = 0;
|
||||
@@ -561,6 +562,7 @@ void VDev::showDevices()
|
||||
PX4_INFO(" %s", dev_path);
|
||||
}
|
||||
} while (i == 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
void VDev::showTopics()
|
||||
|
||||
Reference in New Issue
Block a user