diff options
author | Bob McWhirter <bmcwhirt@redhat.com> | 2021-08-04 14:32:22 -0400 |
---|---|---|
committer | Bob McWhirter <bmcwhirt@redhat.com> | 2021-08-04 14:32:22 -0400 |
commit | 97e4b89f82642f6b597a84a0112ae98e304cfc1f (patch) | |
tree | e92f53e131254276f143a37a0a26785ecba5a651 /examples/stm32f0 | |
parent | 08e7e5a3fa3d6c657ab122592079cc90b4f94656 (diff) | |
download | embassy-97e4b89f82642f6b597a84a0112ae98e304cfc1f.zip |
Fmt giving me headaches.
Diffstat (limited to 'examples/stm32f0')
-rw-r--r-- | examples/stm32f0/src/example_common.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f0/src/example_common.rs b/examples/stm32f0/src/example_common.rs index 524ac6da..f5011965 100644 --- a/examples/stm32f0/src/example_common.rs +++ b/examples/stm32f0/src/example_common.rs @@ -22,4 +22,3 @@ defmt::timestamp! {"{=u64}", { n as u64 } } - |