mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-18 09:34:38 +00:00
Merge branch 'feat/p4_rev3_isp' into 'master'
isp: basic support on p4 eco5 Closes IDF-13439 See merge request espressif/esp-idf!41682
This commit is contained in:
@@ -1974,7 +1974,7 @@ __attribute__((always_inline))
|
||||
static inline void isp_ll_hist_get_histogram_value(isp_dev_t *hw, uint32_t *histogram_value)
|
||||
{
|
||||
for (int i = 0; i < SOC_ISP_HIST_SEGMENT_NUMS; i++) {
|
||||
histogram_value[i] = hw->hist_binn[i].hist_bin_n;
|
||||
histogram_value[i] = hw->hist_bin[i].hist_bin_n;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user