diff options
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. |
