mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Fix mistake in comments
This commit is contained in:
@@ -1089,9 +1089,9 @@ __code const struct machine machine = {
|
|||||||
.reset_pin = GPIO_NA,
|
.reset_pin = GPIO_NA,
|
||||||
.high_leds = { .mux = LED_27 | LED_28_SYS | LED_29, .enable = LED_28_SYS | LED_29 },
|
.high_leds = { .mux = LED_27 | LED_28_SYS | LED_29, .enable = LED_28_SYS | LED_29 },
|
||||||
.port_led_set = { 0, 0, 0, 1, 0, 0, 0, 0, 1},
|
.port_led_set = { 0, 0, 0, 1, 0, 0, 0, 0, 1},
|
||||||
/* Ports 1-5 RJ45 use set 0, port 9 SFP uses set 1
|
/* Ports 1-4 RJ45 use set 0, port 5-6 SFP uses set 1
|
||||||
* Ports 1-5: Green: 2.5GBit, Amber: 10/100/1000MBit
|
* Ports 1-4: Green: 2.5GBit, Amber: 10/100/1000MBit
|
||||||
* SFP-port: Green: 100MBit-10GBit
|
* Ports 5-6: Green: 100MBit-10GBit
|
||||||
*/
|
*/
|
||||||
.led_sets = {
|
.led_sets = {
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user