Skip to content

Commit bdb0c1e

Browse files
committed
sdio: rebase on esp-hal 1.0.0
1 parent 3a72be7 commit bdb0c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp-hal/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ unstable_driver! {
385385
pub mod rng;
386386
#[cfg(soc_has_rsa)]
387387
pub mod rsa;
388+
#[cfg(any(soc_has_slc, soc_has_slchost))]
389+
pub mod sdio;
388390
#[cfg(soc_has_sha)]
389391
pub mod sha;
390392
#[cfg(touch)]

0 commit comments

Comments
 (0)