Align with new bind_interrupt
This commit is contained in:
@ -12,7 +12,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!();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user