summaryrefslogtreecommitdiff
path: root/InfraStack/OSAgnostic/Common/CommonServices/L4ConfigurationManager.c
diff options
context:
space:
mode:
Diffstat (limited to 'InfraStack/OSAgnostic/Common/CommonServices/L4ConfigurationManager.c')
-rw-r--r--InfraStack/OSAgnostic/Common/CommonServices/L4ConfigurationManager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/InfraStack/OSAgnostic/Common/CommonServices/L4ConfigurationManager.c b/InfraStack/OSAgnostic/Common/CommonServices/L4ConfigurationManager.c
index c51793e..b658a7d 100644
--- a/InfraStack/OSAgnostic/Common/CommonServices/L4ConfigurationManager.c
+++ b/InfraStack/OSAgnostic/Common/CommonServices/L4ConfigurationManager.c
@@ -445,7 +445,7 @@ BOOL L4Configurations_getLedBlinkRate(UINT8 LEDBlinkRate[], LPCTSTR name_of_subk
for(i=0; i<NUM_OF_LED_BLINK_RATE; i++)
{
- Valent[i].ve_valuename = OSAL_LED_REG_ARR[i];
+ Valent[i].ve_valuename = OSAL_LED_REG_ARR(i);
}
readFromReg = OSAL_ConfigController_GetMultValues(name_of_subkey, Valent, NUM_OF_LED_BLINK_RATE, regBuffer, sizeof(regBuffer));