Align with new bind_interrupt

This commit is contained in:
Rasmus Melchior Jacobsen
2023-05-25 13:42:42 +02:00
parent cd8198037f
commit baf1c2efbe
25 changed files with 71 additions and 40 deletions

View File

@ -13,7 +13,7 @@ pub const fn get_flash_regions() -> &'static [&'static FlashRegion] {
&FLASH_REGIONS
}
pub(crate) unsafe fn on_interrupt(_: *mut ()) {
pub(crate) unsafe fn on_interrupt() {
unimplemented!();
}