We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccebf95 commit 7bc3c1fCopy full SHA for 7bc3c1f
src/lib.rs
@@ -1,4 +1,4 @@
1
-#![cfg_attr(any(target_arch = "arm", target_arch = "riscv32"), no_std)]
+#![cfg_attr(not(test), no_std)]
2
3
pub mod adc;
4
pub mod ble_composer;
0 commit comments