change(isp): make wbg standalone

This commit is contained in:
armando
2025-10-27 11:01:35 +08:00
parent 4cd83738f9
commit 703da8c2c5
11 changed files with 200 additions and 32 deletions
@@ -78,6 +78,7 @@ typedef struct isp_processor_t {
isp_fsm_t color_fsm;
isp_fsm_t lsc_fsm;
isp_fsm_t blc_fsm;
isp_fsm_t wbg_fsm;
esp_isp_evt_cbs_t cbs;
void *user_data;