Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jul 23, 2024
1 parent d04dcf5 commit 71e7e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ pub mod config {
flow_control: FlowControl::None,
flow_control_rts_threshold: 122,
source_clock: SourceClock::default(),
intr_flags: EnumSet::EMPTY,
intr_flags: EnumSet::empty(),
event_config: EventConfig::new(),
rx_fifo_size: super::UART_FIFO_SIZE * 2,
tx_fifo_size: super::UART_FIFO_SIZE * 2,
Expand Down

0 comments on commit 71e7e87

Please sign in to comment.