diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-05-24 14:40:34 +0200 |
|---|---|---|
| committer | Rasmus Melchior Jacobsen <[email protected]> | 2023-05-24 14:40:34 +0200 |
| commit | e785e1bc22fde8f203048d143ceafdd45ec4d4b6 (patch) | |
| tree | f7e53d7786d3d0cc82ceb4d5bc9a88ff8c0562f2 /embassy-embedded-hal/src/lib.rs | |
| parent | 627d7f66efb7ff3dcf627477814c52ba4171bade (diff) | |
Add ConcatFlash utility
Diffstat (limited to 'embassy-embedded-hal/src/lib.rs')
| -rw-r--r-- | embassy-embedded-hal/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-embedded-hal/src/lib.rs b/embassy-embedded-hal/src/lib.rs index 73c81b465..3aad838bd 100644 --- a/embassy-embedded-hal/src/lib.rs +++ b/embassy-embedded-hal/src/lib.rs | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | #[cfg(feature = "nightly")] | 7 | #[cfg(feature = "nightly")] |
| 8 | pub mod adapter; | 8 | pub mod adapter; |
| 9 | 9 | ||
| 10 | pub mod flash; | ||
| 11 | |||
| 10 | pub mod shared_bus; | 12 | pub mod shared_bus; |
| 11 | 13 | ||
| 12 | /// Set the configuration of a peripheral driver. | 14 | /// Set the configuration of a peripheral driver. |
