move parameter unittest into systemcmds

This commit is contained in:
Daniel Agar
2017-06-05 16:23:00 -04:00
parent f26cd01d16
commit 4937449890
22 changed files with 210 additions and 388 deletions
-3
View File
@@ -569,7 +569,6 @@ void VDev::showDevices()
pthread_mutex_unlock(&devmutex);
#ifndef __PX4_UNIT_TESTS
PX4_INFO("DF Devices:");
const char *dev_path;
unsigned int index = 0;
@@ -583,8 +582,6 @@ void VDev::showDevices()
PX4_INFO(" %s", dev_path);
}
} while (i == 0);
#endif
}
void VDev::showTopics()