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