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
|
// TODO: Carrier sense ? ECRSFD
|
||||||
});
|
});
|
||||||
|
|
||||||
// Set the mac to pass all multicast packets
|
// Set the mac to pass all multicast packets
|
||||||
mac.macffr().modify(|w| {
|
mac.macffr().modify(|w| {
|
||||||
w.set_pam(true);
|
w.set_pam(true);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user