Merge pull request #132 from feelfree69/default_machine

fix `make MACHINE=DEFAULT_8C_1SFP`
This commit is contained in:
René van Dorst
2026-02-15 15:22:12 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ __code const struct machine machine = {
void machine_custom_init(void) { } void machine_custom_init(void) { }
#elif defined DEFAULT_8C_1SFP #elif defined MACHINE_DEFAULT_8C_1SFP
__code const struct machine machine = { __code const struct machine machine = {
.machine_name = "8+1 SFP Port Switch", .machine_name = "8+1 SFP Port Switch",
.isRTL8373 = 1, .isRTL8373 = 1,
+1 -1
View File
@@ -16,7 +16,7 @@
// #define MACHINE_HG0402XG_V1_1 // #define MACHINE_HG0402XG_V1_1
// #define MACHINE_SWTGW218AS // #define MACHINE_SWTGW218AS
// #define MACHINE_HI_K0402WS // #define MACHINE_HI_K0402WS
// #define DEFAULT_8C_1SFP // #define MACHINE_DEFAULT_8C_1SFP
typedef struct { typedef struct {
// GPIO pins for SDA/SCL // GPIO pins for SDA/SCL