Change API name
[platform/core/api/device.git] / include / led-internal.h
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