mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 09:06:32 +00:00
refactor rtc module in rust (#118)
* 用rust重构rtc模块 * refactor the rtc module by rust * rtc-updated * rtc-updated-4 * rtc
This commit is contained in:
@ -79,6 +79,5 @@ pub fn panic(info: &PanicInfo) -> ! {
|
||||
#[no_mangle]
|
||||
pub extern "C" fn __rust_demo_func() -> i32 {
|
||||
printk_color!(GREEN, BLACK, "__rust_demo_func()\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user