fix(isp): fixed wbg shadow not working issue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user