alienwalker 1 год назад
Родитель
Сommit
7d55d40176
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/camera/luat_lib_camera.c

+ 1 - 1
components/camera/luat_lib_camera.c

@@ -348,7 +348,7 @@ LUAT_WEAK int luat_camera_preview(int id, uint8_t on_off){
     return -1;
 }
 
-LUAT_WEAK int luat_camera_work_mode(int id, uint8_t mode){
+LUAT_WEAK int luat_camera_work_mode(int id, int mode){
     LLOGD("not support yet");
     return -1;
 }