Missing extern crate panic_halt

This commit is contained in:
Roman Frołow
2019-12-29 18:25:49 +01:00
committed by GitHub
parent d16c5af8f7
commit f2dcd25d4e

View File

@@ -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 {}