AP_HAL_Linux: remove debug print when SPI device not found

This commit is contained in:
Randy Mackay 2018-12-06 13:40:34 +09:00 committed by Andrew Tridgell
parent 8b963e7b92
commit 790a00d8a6

View File

@ -449,7 +449,6 @@ SPIDeviceManager::get_device(const char *name)
}
if (!desc) {
printf("SPI: Invalid device name: %s\n", name);
return AP_HAL::OwnPtr<AP_HAL::SPIDevice>(nullptr);
}