1#![no_std] 2#![no_main] 3 4#[cfg(any(target_arch = "riscv32", target_arch = "riscv64"))] 5mod asm; 6pub use mik32_rt_macros::*;