mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Discard incorrect KP-9000 V1.2 LED mux override
This commit is contained in:
@@ -44,17 +44,6 @@ __code const struct machine machine = {
|
||||
LEDS_1G | LEDS_LINK,
|
||||
0 },
|
||||
},
|
||||
.led_mux_custom = 1,
|
||||
/* Measured front-panel LED pads:
|
||||
* P1 amber/green: 9/10, P2: 12/15, P3: 18/21, P4: 24/25, left SFP: 26.
|
||||
*/
|
||||
.led_mux = {
|
||||
0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f,
|
||||
0x3f, 0x10, 0x12, 0x3f,
|
||||
0x14, 0x3f, 0x3f, 0x16, 0x3f, 0x3f,
|
||||
0x18, 0x3f, 0x3f, 0x1a, 0x3f, 0x3f,
|
||||
0x1c, 0x1e, 0x0c, 0x20
|
||||
},
|
||||
};
|
||||
|
||||
void machine_custom_init(void) { }
|
||||
|
||||
Reference in New Issue
Block a user