Browse Source

AP_HAL_ChibiOS: remove debug print when SPI device not found

mission-4.1.18
Randy Mackay 6 years ago committed by Andrew Tridgell
parent
commit
8b963e7b92
  1. 1
      libraries/AP_HAL_ChibiOS/SPIDevice.cpp

1
libraries/AP_HAL_ChibiOS/SPIDevice.cpp

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

Loading…
Cancel
Save