From f7b893b15f24cf2da7dd0ef43065fb7865bbe9d8 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Thu, 20 Sep 2018 19:43:52 +0900 Subject: [PATCH] Change API name from device_multi_led_play_custom to device_multi_led_control Change-Id: I07bf1973929fe5a057cf627bd57ef7392d4171ab Signed-off-by: lokilee73 --- include/led-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 include/led-internal.h diff --git a/include/led-internal.h b/include/led-internal.h old mode 100644 new mode 100755 index ac56a5d..7a13455 --- a/include/led-internal.h +++ b/include/led-internal.h @@ -61,7 +61,7 @@ int device_multi_led_get_number(int *num_of_leds); * @retval #DEVICE_ERROR_OPERATION_FAILED Operation failed * @retval #DEVICE_ERROR_NOT_SUPPORTED Not supported device */ -int device_multi_led_play_custom(unsigned int color[]); +int device_multi_led_control(unsigned int color[]); #ifdef __cplusplus -- 2.7.4