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