#![no_std] use cortex_m as _; pub use imxrt1160_flash_algos::flash::issi::Is25WP128 as Flash; pub type Algorithm = imxrt1160_flash_algos::Algorithm;