From 108acea4c88f135a7338fc931ed220029d1f3999 Mon Sep 17 00:00:00 2001 From: phani-karanam Date: Tue, 26 Jun 2018 17:31:55 +0800 Subject: [PATCH] fixing the issue of wrong color of system LEDs --- .../onlp/builds/src/module/src/ledi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/platforms/accton/x86-64/x86-64-accton-wedge100bf-65x/onlp/builds/src/module/src/ledi.c b/packages/platforms/accton/x86-64/x86-64-accton-wedge100bf-65x/onlp/builds/src/module/src/ledi.c index c04342a2..1442f9a8 100644 --- a/packages/platforms/accton/x86-64/x86-64-accton-wedge100bf-65x/onlp/builds/src/module/src/ledi.c +++ b/packages/platforms/accton/x86-64/x86-64-accton-wedge100bf-65x/onlp/builds/src/module/src/ledi.c @@ -67,12 +67,12 @@ static led_mode_info_t led_mode_info[] = { {ONLP_LED_MODE_OFF, 0x0}, {ONLP_LED_MODE_OFF, 0x8}, - {ONLP_LED_MODE_RED, 0x1}, - {ONLP_LED_MODE_RED_BLINKING, 0x9}, + {ONLP_LED_MODE_BLUE, 0x1}, + {ONLP_LED_MODE_BLUE_BLINKING, 0x9}, {ONLP_LED_MODE_GREEN, 0x2}, {ONLP_LED_MODE_GREEN_BLINKING, 0xa}, - {ONLP_LED_MODE_BLUE, 0x4}, - {ONLP_LED_MODE_BLUE_BLINKING, 0xc}, + {ONLP_LED_MODE_RED, 0x4}, + {ONLP_LED_MODE_RED_BLINKING, 0xc}, }; /*