fix(isp): fixed wbg shadow not working issue

This commit is contained in:
armando
2026-01-20 16:59:17 +08:00
parent ab213a9987
commit 5d5eafac76
2 changed files with 9 additions and 0 deletions
@@ -106,6 +106,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