sdio_example: fix meaningless print in host, make shared reg access more readable in slave

This commit is contained in:
Xiao Xufeng
2023-04-07 15:27:05 +08:00
committed by Fu Hanxi
parent 66504f88b8
commit b19b4c8e47
2 changed files with 10 additions and 11 deletions

View File

@@ -416,7 +416,7 @@ void job_write_reg(essl_handle_t handle, int value)
}
ESP_LOGI(TAG, "read registers:");
ESP_LOG_BUFFER_HEXDUMP(TAG, reg_read, 64, ESP_LOG_INFO);
ESP_LOG_BUFFER_HEXDUMP(TAG, reg_read, 60, ESP_LOG_INFO);
}
//the slave only load 16 buffers a time