소스 검색

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;