From 29513074ee0462e43b040b05d08a08430efee302 Mon Sep 17 00:00:00 2001 From: xoviat Date: Tue, 13 Jun 2023 17:16:12 -0500 Subject: [PATCH] rustfmt --- tests/stm32/src/bin/tl_mbox.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stm32/src/bin/tl_mbox.rs b/tests/stm32/src/bin/tl_mbox.rs index 26d9cc68e..4669cbc62 100644 --- a/tests/stm32/src/bin/tl_mbox.rs +++ b/tests/stm32/src/bin/tl_mbox.rs @@ -10,8 +10,8 @@ use common::*; use embassy_executor::Spawner; use embassy_stm32::bind_interrupts; use embassy_stm32::ipcc::Config; -use embassy_stm32_wpan::TlMbox; use embassy_stm32_wpan::rc::RadioCoprocessor; +use embassy_stm32_wpan::TlMbox; use embassy_time::{Duration, Timer}; bind_interrupts!(struct Irqs{