Skip to content

Commit

Permalink
bench: Remove set_pwm_frequency
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 27, 2024
1 parent c3a43a7 commit 0e90ec0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fn navigator_benchmark(c: &mut Criterion) {
// Benchmark Outputs
bench!(set_pwm_enable(false));
bench!(set_pwm_duty_cycle(0, 0.1));
bench!(set_pwm_frequency(60.0));
bench!(set_neopixel(&[[0, 0, 0]]));
bench!(set_led(UserLed::Led1, false));
bench!(set_led_toggle(UserLed::Led1));
Expand Down

0 comments on commit 0e90ec0

Please sign in to comment.