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 3955d3a commit 318f918Copy full SHA for 318f918
examples/hrtim/hrtim.rs
@@ -1,7 +1,7 @@
1
#![no_std]
2
#![no_main]
3
4
-#[path ="../utils/mod.rs"]
+#[path = "../utils/mod.rs"]
5
mod utils;
6
7
use cortex_m_rt::entry;
0 commit comments