lower spi log level

This commit is contained in:
Comma Device
2023-01-20 21:07:01 -06:00
parent fa6e6a4eb5
commit e710dc1b7e
+1 -1
View File
@@ -214,7 +214,7 @@ int PandaSpiHandle::wait_for_ack(spi_ioc_transfer &transfer, uint8_t ack) {
// handle timeout
if (millis_since_boot() - start_millis > SPI_ACK_TIMEOUT) {
LOGE("SPI: timed out waiting for ACK");
LOGD("SPI: timed out waiting for ACK");
return -1;
}
}