Add missing ENE channel name case for DRAM LEDs

This commit is contained in:
Adam Honse
2021-11-22 03:02:31 -06:00
parent 41f75d958c
commit 2c57607baf

View File

@@ -193,6 +193,7 @@ const char * ENESMBusController::GetChannelName(unsigned int led)
break;
case (unsigned char)ENE_LED_CHANNEL_DRAM:
case (unsigned char)ENE_LED_CHANNEL_DRAM_2:
return(ene_channels[5]);
break;