Macro flipperzero_rt::entry
source · [−]macro_rules! entry {
($path:path) => { ... };
}Expand description
Define the entry point.
Must have the following signature: fn(*mut u8) -> i32.
macro_rules! entry {
($path:path) => { ... };
}Define the entry point.
Must have the following signature: fn(*mut u8) -> i32.