From b5543b6aeb3462e6efdb0bde91de80bbcfd06e15 Mon Sep 17 00:00:00 2001 From: kekopop <103499578+kekopop@users.noreply.github.com> Date: Tue, 26 May 2026 22:04:26 +0200 Subject: [PATCH] Update machine.c --- machine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine.c b/machine.c index f1661a5..50bf308 100644 --- a/machine.c +++ b/machine.c @@ -779,9 +779,9 @@ void machine_custom_init(void) } -#elif defined MACHINE_PCB_SWTG024AS_A_2_0_1_19650 +#elif defined MACHINE_PCB_SWTG024AS_A_2_0_1 __code const struct machine machine = { - .machine_name = "PCB-SWTG024AS-A-2.0.1_19650", + .machine_name = "PCB-SWTG024AS-A-2.0.1", .isRTL8373 = 0, .min_port = 3, .max_port = 8,