mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 08:12:30 +00:00
Add flash ram helpers
This commit is contained in:
commit
7152031229
@ -78,6 +78,7 @@ impl<const FLASH_SIZE: usize> Flash<FLASH_SIZE> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<const FLASH_SIZE: usize> ErrorType for Flash<FLASH_SIZE> {
|
impl<const FLASH_SIZE: usize> ErrorType for Flash<FLASH_SIZE> {
|
||||||
type Error = Error;
|
type Error = Error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user