Skip to content

Commit

Permalink
ports/psoc6: Fix formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>
  • Loading branch information
IFX-Anusha committed Nov 17, 2023
1 parent 5c2cd23 commit 9f0aa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/psoc6/dut/i2s.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import time
import array

# Allocate pin based on board
# Allocate pin based on board
machine = os.uname().machine
if "CY8CPROTO-062-4343W" in machine:
sck_tx_pin = "P13_1"
Expand Down Expand Up @@ -44,4 +44,4 @@
buf1 = bytearray(10)
num_read = audio_in.readinto(buf1)
print("Rx Buffer")
print(buf1)
print(buf1)

0 comments on commit 9f0aa9f

Please sign in to comment.