Skip to content

Commit

Permalink
fix typo in sdmmc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
olback authored and richardeoin committed Oct 4, 2023
1 parent 8515770 commit a15c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdmmc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ macro_rules! sdmmc {
}

#[cfg(feature = "sdmmc-fatfs")]
#[cfg_attr(docsrs, doc(cfg(feature = "sdmcc-fatfs")))]
#[cfg_attr(docsrs, doc(cfg(feature = "sdmmc-fatfs")))]
impl embedded_sdmmc::BlockDevice for SdmmcBlockDevice<Sdmmc<$SDMMCX, SdCard>> {
type Error = Error;

Expand Down

0 comments on commit a15c64f

Please sign in to comment.