Skip to content

Commit

Permalink
forgot to uncomment rx
Browse files Browse the repository at this point in the history
  • Loading branch information
sajattack committed Feb 18, 2019
1 parent e08b393 commit 8df60a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use embedded_hal::serial;
use embedded_hal::serial::{Write, Read};
use crate::time::Hertz;

pub struct Serial<TX, /*RX,*/ Delay>
pub struct Serial<TX, RX, Delay>
where
TX: OutputPin,
RX: InputPin,
Expand Down

0 comments on commit 8df60a3

Please sign in to comment.