ソースを参照

change:spi_camera不需要port参数

doudou 1 年間 前
コミット
a77498e5a8
1 ファイル変更0 行追加1 行削除
  1. 0 1
      components/camera/luat_camera.h

+ 0 - 1
components/camera/luat_camera.h

@@ -67,7 +67,6 @@ typedef struct
 	uint8_t is_msb;	//0 or 1;
 	uint8_t is_two_line_rx; //0 or 1;
 	uint8_t seq_type;	//0 or 1
-    uint8_t usb_port;
 	uint8_t plat_param[4];
 #ifdef __LUATOS__
     luat_lcd_conf_t* lcd_conf;