mirror of
https://github.com/guilhermewerner/rust-ps2
synced 2025-06-16 13:54:20 +00:00
Update project structure
This commit is contained in:
12
Source/Main.rs
Normal file
12
Source/Main.rs
Normal file
@ -0,0 +1,12 @@
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use panic_halt;
|
||||
use prussia_rt;
|
||||
|
||||
#[no_mangle]
|
||||
fn main() -> ! {
|
||||
loop {}
|
||||
}
|
Reference in New Issue
Block a user