/****************************************************************************** * File: HAL_LED_cfg.c * Component: HAL_LED * Description: Configuration array definition for the LED abstraction. * * Layer: HAL - configuration *****************************************************************************/ #include "HAL_LED.h" #include "HAL_LED_cfg.h" const HAL_LED_tstrConfig HAL_LED_astrConfig[HAL_LED_NUM_INSTANCES] = { [HAL_LED_INSTANCE_ONBOARD] = { .u8NumLeds = HAL_LED_ONBOARD_NUM_LEDS, .u8PioInstance = HAL_LED_ONBOARD_PIO_INSTANCE, }, };