Skip to content

Commit

Permalink
tests/ports/psoc6: Disable AI kit for PDM test.
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 26, 2024
1 parent 4ff7723 commit c6ae401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ports/psoc6/board_ext_hw/multi/pdm_pcm_rx.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
print("SKIP")
raise SystemExit
elif "CY8CKIT-062S2-AI" in board:
clk_pin = "P10_4"
data_pin = "P10_5"
print("SKIP")
raise SystemExit


def generate_exp_seq(data):
Expand Down

0 comments on commit c6ae401

Please sign in to comment.