Skip to content

Commit

Permalink
Fix no_std build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 5, 2024
1 parent ba95e72 commit 72f6448
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 265 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub mod prelude;
pub mod reset;
pub mod rmt;
pub mod rom;
#[cfg(all(feature = "experimental", feature = "alloc"))]
#[cfg(feature = "experimental")]
pub mod sd;
pub mod spi;
pub mod sys;
Expand Down
Loading

0 comments on commit 72f6448

Please sign in to comment.