9 lines
265 B
C
9 lines
265 B
C
#ifndef I_HAL_COMMON_CUSTOMIZATION_H
|
|
#define I_HAL_COMMON_CUSTOMIZATION_H
|
|
#include "IHalCommon.h"
|
|
enum class SfLedIndexCustomization
|
|
{
|
|
SF_LED_CUSTOMIZATION = SfLedIndex::SF_LED_END,
|
|
SF_LED_CUSTOMIZATION_END
|
|
};
|
|
#endif // !I_HAL_COMMON_CUSTOMIZATION_H
|