Merge pull request #17 from rofrol/patch-2
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_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
|
|
||||||
|
extern crate panic_halt;
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn _start() -> ! {
|
pub extern "C" fn _start() -> ! {
|
||||||
loop {}
|
loop {}
|
||||||
|
|||||||
Reference in New Issue
Block a user