From: lokilee73 Date: Thu, 20 Sep 2018 10:43:52 +0000 (+0900) Subject: Change API name X-Git-Tag: submit/tizen/20180927.030248^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7b893b15f24cf2da7dd0ef43065fb7865bbe9d8;p=platform%2Fcore%2Fapi%2Fdevice.git Change API name from device_multi_led_play_custom to device_multi_led_control Change-Id: I07bf1973929fe5a057cf627bd57ef7392d4171ab Signed-off-by: lokilee73 --- 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