Enable LEC interrupt as well

This commit is contained in:
Eric Yanush 2024-04-22 01:52:10 -06:00
parent 6e1290b3f1
commit 68a4fd8f4a

View File

@ -191,6 +191,7 @@ impl<'d, T: Instance> Can<'d, T> {
w.set_bofie(true); w.set_bofie(true);
w.set_epvie(true); w.set_epvie(true);
w.set_ewgie(true); w.set_ewgie(true);
w.set_lecie(true);
}); });
T::regs().mcr().write(|w| { T::regs().mcr().write(|w| {