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 d479eb2 commit 66465c6Copy full SHA for 66465c6
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