From 950b763d692ff4dcd269df3366159bf3cfc64d20 Mon Sep 17 00:00:00 2001 From: Mark Captur Date: Fri, 8 May 2026 07:38:43 +0200 Subject: [PATCH] Hi-Source HI-k0801WS - deleted a line by mistake --- machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine.c b/machine.c index d2d5d50..300f8aa 100644 --- a/machine.c +++ b/machine.c @@ -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