Skip to content

Commit c2282e3

Browse files
committed
TODO Another hack to compile
1 parent 62574b1 commit c2282e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hal/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// TODO Allows using hal_cfg to gate clock v2 for thumbv6, nightly only
44
#![feature(proc_macro_hygiene)]
5+
// TODO as above
6+
#![feature(stmt_expr_attributes)]
57

68
pub use embedded_hal_1 as ehal;
79
use embedded_hal_02 as ehal_02;

0 commit comments

Comments
 (0)