mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 04:40:39 +00:00
remove trailing space from comment
This commit is contained in:
parent
9e9fa1cbef
commit
28d58578d6
@ -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);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user