lower spi log level

old-commit-hash: e710dc1b7e
beeps
Comma Device 2 years ago
parent 182ab2a31e
commit fdfc06fc59
  1. 2
      selfdrive/boardd/spi.cc

@ -214,7 +214,7 @@ int PandaSpiHandle::wait_for_ack(spi_ioc_transfer &transfer, uint8_t ack) {
// handle timeout // handle timeout
if (millis_since_boot() - start_millis > SPI_ACK_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; return -1;
} }
} }

Loading…
Cancel
Save