This commit is contained in:
2025-09-18 10:57:08 -06:00
parent dadde9048d
commit 177c15e9cc
6 changed files with 99 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ pub use embedded_graphics::{
};
use shared::keyboard::{KeyCode, KeyEvent, KeyState, Modifiers};
pub type EntryFn = fn() -> Pin<Box<dyn Future<Output = ()>>>;
pub type EntryFn = fn();
#[unsafe(no_mangle)]
#[unsafe(link_section = ".user_reloc")]