瀏覽代碼

add:pins增加camera配置

alienwalker 8 月之前
父節點
當前提交
d5688fb965
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      components/pins/include/luat_pins.h

+ 4 - 0
components/pins/include/luat_pins.h

@@ -114,6 +114,10 @@ typedef struct
 	luat_pin_iomux_info pin_list[LUAT_PIN_SDIO_QTY];
 }luat_sdio_pin_iomux_t;
 
+typedef struct
+{
+	luat_pin_iomux_info pin_list[LUAT_PIN_CAMERA_QTY];
+}luat_camera_pin_iomux_t;
 
 /**
  * @brief 获取某种外设的全部pin复用信息