We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213747 commit 3a64d29Copy full SHA for 3a64d29
src/lib.rs
@@ -706,7 +706,7 @@ where
706
self.set_automatic_retransmit(config.automatic_retransmit);
707
self.set_transmit_pause(config.transmit_pause);
708
self.set_frame_transmit(config.frame_transmit);
709
- self.set_interrupt_line_config(config.interrupt_line_config);
+ self.select_interrupt_line_1(config.interrupt_line_config);
710
self.set_non_iso_mode(config.non_iso_mode);
711
self.set_edge_filtering(config.edge_filtering);
712
self.set_protocol_exception_handling(config.protocol_exception_handling);
0 commit comments