Skip to content

Commit 3701780

Browse files
NikhitaR-IFXactions-user
authored andcommitted
tests/ports/psoc6: Tests skip check.
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
1 parent 5283657 commit 3701780

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import machine
44
import time
55

6-
print("*** PDM_PCM tests - RX ***")
76
# Allocate pin based on board
87
board = os.uname().machine
98
if "CY8CPROTO-062-4343W" in board:
@@ -23,6 +22,8 @@ def generate_exp_seq(data):
2322
return exp_seq
2423

2524

25+
print("*** PDM_PCM tests - RX ***")
26+
2627
send_signal = Pin(send_signal_to_tx_pin, mode=Pin.OUT, pull=Pin.PULL_DOWN, value=False)
2728
send_signal.value(0)
2829

0 commit comments

Comments
 (0)