Skip to content

Commit

Permalink
tests/ports/psoc6: Tests skip check.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
  • Loading branch information
NikhitaR-IFX committed Nov 27, 2024
1 parent 4537f55 commit dfce870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# Allocate pin based on board
board = os.uname().machine
print("Board selected: ", board)
if "CY8CPROTO-062-4343W" in board:
print("Board selected")
clk_pin = "P10_4"
data_pin = "P10_5"
send_signal_to_tx_pin = "P10_3"
Expand Down

0 comments on commit dfce870

Please sign in to comment.