Skip to content

Commit 7bc3c1f

Browse files
committed
Remove architecture checks in libtock-rs
1 parent ccebf95 commit 7bc3c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(any(target_arch = "arm", target_arch = "riscv32"), no_std)]
1+
#![cfg_attr(not(test), no_std)]
22

33
pub mod adc;
44
pub mod ble_composer;

0 commit comments

Comments
 (0)