Skip to content

Commit 529be40

Browse files
authored
Merge pull request #17 from rp-rs/fix-build
Fix build
2 parents 1bf17aa + cfb8f61 commit 529be40

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/algo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![macro_use]
22

33

4+
use core::arch::asm;
45
use core::num::NonZeroU32;
56

67
#[panic_handler]

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![no_std]
22
#![no_main]
3-
#![feature(asm)]
43

54
mod algo;
65

0 commit comments

Comments
 (0)