Skip to content

Commit

Permalink
Don't trigger serial::Txe interrupt until I've added support for MIDI…
Browse files Browse the repository at this point in the history
… output
  • Loading branch information
antoinevg committed May 17, 2021
1 parent b4d30f3 commit 356f889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/midi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ impl<'a> Interface<'a> {
match serial {
Ok(mut serial) => {
serial.listen(hal::serial::Event::Rxne);
serial.listen(hal::serial::Event::Txne);
let (tx, rx) = serial.split();
Ok(Self {
rx,
Expand Down

0 comments on commit 356f889

Please sign in to comment.