remove trailing space from comment

This commit is contained in:
Ian McKernan 2025-01-01 21:59:29 -08:00
parent 9e9fa1cbef
commit 28d58578d6

View File

@ -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);
});