mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Enable LEC interrupt as well
This commit is contained in:
parent
6e1290b3f1
commit
68a4fd8f4a
@ -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…
Reference in New Issue
Block a user