fix(isp): fixed wbg shadow not working issue

This commit is contained in:
armando
2026-01-20 16:59:17 +08:00
parent 85b5688241
commit 4e8231f733
3 changed files with 14 additions and 1 deletions

View File

@@ -104,6 +104,10 @@ typedef struct isp_processor_t {
uint32_t hist_isr_added: 1;
} isr_users;
struct {
uint32_t wbg_update_once_configured: 1;
} sub_module_flags;
} isp_processor_t;
#endif