Skip to content

Commit

Permalink
Merge pull request #10 from roger530-ho/fix_as7326_56x_cpld_loc_led
Browse files Browse the repository at this point in the history
[AS7326-56X] Fix incorrect CPLD value for red blinking
  • Loading branch information
bryan1978 authored Dec 4, 2023
2 parents 4f0de5e + 912ba28 commit 0016606
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static struct accton_as7326_56x_led_data *ledctl = NULL;
#define LED_MODE_DIAG_RED_VALUE (0x06)
#define LED_MODE_DIAG_BLUE_VALUE (0x03)
#define LED_MODE_DIAG_GREEN_BLINK_VALUE (0x17)
#define LED_MODE_DIAG_RED_BLINK_VALUE (0x0d)
#define LED_MODE_DIAG_RED_BLINK_VALUE (0x0f)
#define LED_MODE_DIAG_BLUE_BLINK_VALUE (0x27)

#define LED_MODE_DIAG_OFF_VALUE (0x07)
Expand All @@ -69,7 +69,7 @@ static struct accton_as7326_56x_led_data *ledctl = NULL;
#define LED_MODE_LOC_RED_VALUE (0x06)
#define LED_MODE_LOC_BLUE_VALUE (0x03)
#define LED_MODE_LOC_GREEN_BLINK_VALUE (0x17)
#define LED_MODE_LOC_RED_BLINK_VALUE (0x0d)
#define LED_MODE_LOC_RED_BLINK_VALUE (0x0f)
#define LED_MODE_LOC_BLUE_BLINK_VALUE (0x27)
#define LED_MODE_LOC_OFF_VALUE (0x07)

Expand Down

0 comments on commit 0016606

Please sign in to comment.