diff options
| author | Ian McKernan <[email protected]> | 2025-01-01 21:59:29 -0800 |
|---|---|---|
| committer | Ian McKernan <[email protected]> | 2025-01-01 21:59:29 -0800 |
| commit | 28d58578d69cc80653cf0620cbd22385749a5eb1 (patch) | |
| tree | 62e3adcbb81228ff2e72e21e6fc0ab844604f0ec | |
| parent | 9e9fa1cbefcd12bf3f645c02630b1566df864376 (diff) | |
remove trailing space from comment
| -rw-r--r-- | embassy-stm32/src/eth/v1/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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> { | |||
| 163 | // TODO: Carrier sense ? ECRSFD | 163 | // TODO: Carrier sense ? ECRSFD |
| 164 | }); | 164 | }); |
| 165 | 165 | ||
| 166 | // Set the mac to pass all multicast packets | 166 | // Set the mac to pass all multicast packets |
| 167 | mac.macffr().modify(|w| { | 167 | mac.macffr().modify(|w| { |
| 168 | w.set_pam(true); | 168 | w.set_pam(true); |
| 169 | }); | 169 | }); |
