Rename MACHINE_SWGT024_V2_0 to MACHINE_SWGT024_V2_0_MANAGED.

So we can support other versions too.
This commit is contained in:
René van Dorst
2026-03-29 16:13:38 +02:00
parent eedb0dec01
commit bfab8cbba3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -137,9 +137,9 @@ __code const struct machine machine = {
void machine_custom_init(void) { }
#elif defined MACHINE_SWGT024_V2_0
#elif defined MACHINE_SWGT024_V2_0_MANAGED
__code const struct machine machine = {
.machine_name = "SWGT024 V2.0",
.machine_name = "SWGT024 V2.0 Managed",
.isRTL8373 = 0,
.min_port = 3,
.max_port = 8,