Skip to content

Commit 0529b19

Browse files
committed
tests/ports/psoc6: Remove delay.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent b425f2d commit 0529b19

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/ports/psoc6/board_ext_hw/single/time_pulse_us.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@
2727
)
2828

2929
pwm.duty_ns(500000000)
30-
time.sleep(0.5)
3130
width = time_pulse_us(pulse_in, 1, 1000000)
3231
print(
3332
f"Pulse timing verified for 50% dc : {True if (0.45 < (width / 1000000) < 0.55) else 'False, width=' + str(width / 1000000)}"
3433
)
3534

3635
pwm.duty_ns(750000000)
37-
time.sleep(0.5)
3836
width = time_pulse_us(pulse_in, 1, 1000000)
3937
print(
4038
f"Pulse timing verified for 75% dc : {True if (0.70 < (width / 1000000) < 0.80) else 'False, width=' + str(width / 1000000)}"

0 commit comments

Comments
 (0)