Change API name 73/189773/1 accepted/tizen/unified/20180928.080542 submit/tizen/20180927.030248
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 20 Sep 2018 10:43:52 +0000 (19:43 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 20 Sep 2018 10:43:57 +0000 (19:43 +0900)
from device_multi_led_play_custom to device_multi_led_control

Change-Id: I07bf1973929fe5a057cf627bd57ef7392d4171ab
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
include/led-internal.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ac56a5d..7a13455
@@ -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