Skip to main content

ch32v_rt/
lib.rs

1//! Placeholder - WIP
2#![no_std]
3
4pub use ch32v_rt_macros::{entry, highcode, interrupt};