Enable LEC interrupt as well
This commit is contained in:
parent
6e1290b3f1
commit
68a4fd8f4a
1 changed files with 1 additions and 0 deletions
|
@ -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| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue