We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62574b1 commit c2282e3Copy full SHA for c2282e3
hal/src/lib.rs
@@ -2,6 +2,8 @@
2
3
// TODO Allows using hal_cfg to gate clock v2 for thumbv6, nightly only
4
#![feature(proc_macro_hygiene)]
5
+// TODO as above
6
+#![feature(stmt_expr_attributes)]
7
8
pub use embedded_hal_1 as ehal;
9
use embedded_hal_02 as ehal_02;
0 commit comments