Skip to content

Commit fe724a2

Browse files
committed
test/ports/psoc6/../time_pulse_us.py: Fixed HIL pin.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 9f9ed50 commit fe724a2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pulse_in_pin = "P5_2"
1212
ack_out_pin = "P6_2"
1313
elif "CY8CKIT-062S2-AI" in board:
14-
pulse_in_pin = "P9_5"
14+
pulse_in_pin = "P9_2"
1515
ack_out_pin = "P9_7"
1616

1717

@@ -27,9 +27,6 @@ def blocking_delay_ms(delay_ms):
2727

2828
width = 0
2929

30-
# Wait initially for a brief period
31-
blocking_delay_ms(1000)
32-
3330
# Send begin ack to start generating pulse
3431
ack_out.high()
3532

0 commit comments

Comments
 (0)