summaryrefslogtreecommitdiff
path: root/tests/renesas-ra/spi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/renesas-ra/spi.py')
-rw-r--r--tests/renesas-ra/spi.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/renesas-ra/spi.py b/tests/renesas-ra/spi.py
index eb24f3714..52b908efb 100644
--- a/tests/renesas-ra/spi.py
+++ b/tests/renesas-ra/spi.py
@@ -3,11 +3,11 @@ from machine import SPI
machine = os.uname().machine
if (
- "RA6M1_EK" in machine
- or "RA4M1_CLICKER" in machine
- or "RA4M1_EK" in machine
- or "RA4W1_EK" in machine
- or "RA6M1_EK" in machine
+ "EK-RA6M1" in machine
+ or "RA4M1 CLICKER" in machine
+ or "EK-RA4M1" in machine
+ or "EK-RA4W1" in machine
+ or "EK-RA6M1" in machine
):
spis = (-1, 0)
else: