mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_Linux: remove debug print when SPI device not found
This commit is contained in:
parent
8b963e7b92
commit
790a00d8a6
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user