This repository has been archived on 2024-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
potatOS-pro/arch/arm/src/context.rs

10 lines
105 B
Rust

#[derive(Debug)]
pub struct Context;
impl Context {
pub fn new() -> Self {
Context
}
}