diff options
Diffstat (limited to 'common/led_common.c')
-rw-r--r-- | common/led_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/led_common.c b/common/led_common.c index 6c0e2ac426..e890ad71bb 100644 --- a/common/led_common.c +++ b/common/led_common.c @@ -16,7 +16,7 @@ static uint32_t led_auto_control_flags = ~0x00; -static int led_is_supported(enum ec_led_id led_id) +__overridable int led_is_supported(enum ec_led_id led_id) { int i; static int supported_leds = -1; |