AP_HAL_PX4: remove debug print when SPI device not found

This commit is contained in:
Randy Mackay 2018-12-06 13:40:48 +09:00 committed by Andrew Tridgell
parent 790a00d8a6
commit 07849117fb
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ SPIDeviceManager::get_device(const char *name)
}
}
if (device_table[i].name == nullptr) {
printf("SPI: Invalid device name: %s\n", name);
return AP_HAL::OwnPtr<AP_HAL::SPIDevice>(nullptr);
}