Skip to content

Commit 66465c6

Browse files
committed
fmt
1 parent d479eb2 commit 66465c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hrtim/hrtim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![no_std]
22
#![no_main]
33

4-
#[path ="../utils/mod.rs"]
4+
#[path = "../utils/mod.rs"]
55
mod utils;
66

77
use cortex_m_rt::entry;

0 commit comments

Comments
 (0)