From 28d58578d69cc80653cf0620cbd22385749a5eb1 Mon Sep 17 00:00:00 2001 From: Ian McKernan Date: Wed, 1 Jan 2025 21:59:29 -0800 Subject: [PATCH] remove trailing space from comment --- embassy-stm32/src/eth/v1/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-stm32/src/eth/v1/mod.rs b/embassy-stm32/src/eth/v1/mod.rs index 693355593..b96275cb7 100644 --- a/embassy-stm32/src/eth/v1/mod.rs +++ b/embassy-stm32/src/eth/v1/mod.rs @@ -163,7 +163,7 @@ impl<'d, T: Instance, P: PHY> Ethernet<'d, T, P> { // TODO: Carrier sense ? ECRSFD }); - // Set the mac to pass all multicast packets + // Set the mac to pass all multicast packets mac.macffr().modify(|w| { w.set_pam(true); });