Merge pull request #217 from mcaptur/main

Hi-Source HI-k0801WS - deleted a line by mistake
This commit is contained in:
logicog
2026-05-08 08:27:12 +02:00
committed by GitHub
+1 -1
View File
@@ -613,6 +613,7 @@ __code const struct machine machine = {
},
};
void machine_custom_init(void) { }
#elif defined MACHINE_HI_K0801WS
__code const struct machine machine = {
@@ -663,7 +664,6 @@ __code const struct machine machine = {
},
};
void machine_custom_init(void) { }
#else