Skip to content

Commit

Permalink
tests/psoc6/hw_ext/pwm.py: Refactor for REPL timing performance.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Apr 16, 2024
1 parent 30650e6 commit 487f6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/psoc6/hw_ext/pwm.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
low_signal_start_time = 0
high_signal_start_time = 0
tolerance = 3.0
duty_tolerance = 10.0
duty_tolerance = 13.0
debug = False


Expand Down

0 comments on commit 487f6f0

Please sign in to comment.