Merge remote-tracking branch 'origin/main' into fix-kp-9000-6xhml-x2-led-mux

# Conflicts:
#	machine.c
This commit is contained in:
donbernhardo
2026-08-28 23:01:38 +02:00
16 changed files with 927 additions and 571 deletions
+2 -1
View File
@@ -28,6 +28,7 @@
// #define MACHINE_HG0402XG_V1_1
// #define MACHINE_SWTG018AS_A_V_2_0
// #define MACHINE_SWTGW218AS
// #define MACHINE_PCB_SWTG018AS_V2_1_0
// #define MACHINE_PCB_K0402WS_V3
// #define MACHINE_K0501W_V2_0
// #define MACHINE_LIANGUO_ZX_SWTGW215AS
@@ -104,6 +105,6 @@ typedef struct machine_runtime
uint8_t isN : 1;
};
void machine_custom_init(void);
void machine_custom_init(void) __banked;
#endif