From 9f0aa9fa2dccfd395d6606f1c55fc6fd26845ba9 Mon Sep 17 00:00:00 2001 From: IFX-Anusha Date: Fri, 17 Nov 2023 19:10:35 +0530 Subject: [PATCH] ports/psoc6: Fix formatting. Signed-off-by: IFX-Anusha --- tests/psoc6/dut/i2s.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/psoc6/dut/i2s.py b/tests/psoc6/dut/i2s.py index e16a674b1d215..0517b08c008d1 100644 --- a/tests/psoc6/dut/i2s.py +++ b/tests/psoc6/dut/i2s.py @@ -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" @@ -44,4 +44,4 @@ buf1 = bytearray(10) num_read = audio_in.readinto(buf1) print("Rx Buffer") -print(buf1) \ No newline at end of file +print(buf1)