Add flash ram helpers

This commit is contained in:
Mathias 2022-09-29 10:03:49 +02:00
commit 7152031229

View file

@ -78,6 +78,7 @@ impl<const FLASH_SIZE: usize> Flash<FLASH_SIZE> {
});
}
}
impl<const FLASH_SIZE: usize> ErrorType for Flash<FLASH_SIZE> {
type Error = Error;
}