Skip to content

Commit 7e95649

Browse files
committed
async: reexport nor flash errors.
This is necessary to allow using the -async crate *only*.
1 parent 6343027 commit 7e95649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-storage-async/src/nor_flash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use embedded_storage::nor_flash::ErrorType;
1+
pub use embedded_storage::nor_flash::{ErrorType, NorFlashError, NorFlashErrorKind};
22

33
/// Read only NOR flash trait.
44
pub trait ReadNorFlash: ErrorType {

0 commit comments

Comments
 (0)