Skip to content

Commit

Permalink
Fix the CI on master
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 30, 2025
1 parent 357dd2a commit cb9829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ mod sdcard {
all(esp_idf_version_major = "5", esp_idf_version_minor = "3"),
all(esp_idf_version_major = "5", esp_idf_version_minor = "4"),
)))] // For ESP-IDF v5.5 and later
sdmmc_host_check_buffer_alignment: Some(sdmmc_host_check_buffer_alignment),
check_buffer_alignment: Some(sdmmc_host_check_buffer_alignment),
#[cfg(not(any(
esp_idf_version_major = "4",
all(esp_idf_version_major = "5", esp_idf_version_minor = "0"),
Expand Down

0 comments on commit cb9829a

Please sign in to comment.