Macro r3_port_riscv::use_rt[][src]

macro_rules! use_rt {
    (unsafe $sys : ty) => { ... };
}
Expand description

Generate entry points using ::riscv_rt. Requires EntryPoint to be implemented.