Missing extern crate panic_halt
This commit is contained in:
@@ -149,6 +149,8 @@ Note, you would also need to disable [name mangling][nm]:
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
extern crate panic_halt;
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn _start() -> ! {
|
||||
loop {}
|
||||
|
||||
Reference in New Issue
Block a user