mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 06:27:29 +00:00
feat(all): Remove usage old log macros
This commit is contained in:

committed by
BOT

parent
8823e1bc84
commit
668886842f
@@ -806,7 +806,7 @@ static esp_err_t start_command_read_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cm
|
||||
crc_of_data = sdspi_crc16(data, will_receive + extra_data_size);
|
||||
if (crc_of_data != crc) {
|
||||
ESP_LOGE(TAG, "data CRC failed, got=0x%04x expected=0x%04x", crc_of_data, crc);
|
||||
esp_log_buffer_hex(TAG, data, 16);
|
||||
ESP_LOG_BUFFER_HEX(TAG, data, 16);
|
||||
return ESP_ERR_INVALID_CRC;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user