Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanKadzban authored and SergioGasquez committed Apr 21, 2023
1 parent 8f539ad commit 450b2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal-common/src/ledc/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ where
match cfg {
config::PinConfig::PushPull => self.output_pin.set_to_push_pull_output(),
config::PinConfig::OpenDrain => self.output_pin.set_to_open_drain_output(),
}
};

let timer_number = timer.get_number() as u8;
match self.number {
Expand Down

0 comments on commit 450b2fd

Please sign in to comment.