Skip to content

Commit

Permalink
Update set_interrupt_line_config to select_interrupt_line_1
Browse files Browse the repository at this point in the history
`set_interrupt_line_config` was depreciated in #27. There's no functional
change, only a different method name
  • Loading branch information
richardeoin committed Sep 4, 2024
1 parent 7955ae2 commit 44319c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ where
self.set_automatic_retransmit(config.automatic_retransmit);
self.set_transmit_pause(config.transmit_pause);
self.set_frame_transmit(config.frame_transmit);
self.set_interrupt_line_config(config.interrupt_line_config);
self.select_interrupt_line_1(config.interrupt_line_config);
self.set_non_iso_mode(config.non_iso_mode);
self.set_edge_filtering(config.edge_filtering);
self.set_protocol_exception_handling(config.protocol_exception_handling);
Expand Down

0 comments on commit 44319c1

Please sign in to comment.