Add flash ram helpers
This commit is contained in:
commit
7152031229
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue