From 257d8aac4f6f99126980524b590e6e9afa88a038 Mon Sep 17 00:00:00 2001 From: chriz Date: Fri, 13 Feb 2026 14:54:35 +0100 Subject: [PATCH] Fix SFP numbering. --- machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine.c b/machine.c index 44868cb..ca394af 100644 --- a/machine.c +++ b/machine.c @@ -275,7 +275,7 @@ __code const struct machine machine = { .n_sfp = 2, .log_to_phys_port = {0, 0, 0, 6, 1, 2, 3, 4, 5}, .phys_to_log_port = {4, 5, 6, 7, 8, 3, 0, 0, 0}, - .is_sfp = {0, 0, 0, 1, 0, 0, 0, 0, 1}, + .is_sfp = {0, 0, 0, 2, 0, 0, 0, 0, 1}, // Left SFP port .sfp_port[0].pin_detect = GPIO38,