mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-06-08 17:17:36 +00:00
template: Drop args to main
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
use uefi::prelude::*;
|
||||
|
||||
#[entry]
|
||||
fn main(_handle: Handle, system_table: SystemTable<Boot>) -> Status {
|
||||
fn main() -> Status {
|
||||
uefi::helpers::init().unwrap();
|
||||
|
||||
Status::SUCCESS
|
||||
|
||||
Reference in New Issue
Block a user