ci(adc): print adc efuse calib version in test

This commit is contained in:
laokaiyao
2023-09-26 12:08:51 +08:00
parent c018dc9d77
commit 464bec8ac6
3 changed files with 14 additions and 2 deletions
@@ -49,7 +49,7 @@ static inline void analog_cmpr_ll_set_internal_ref_voltage(analog_cmpr_dev_t *hw
*/
static inline uint32_t analog_cmpr_ll_get_internal_ref_voltage(analog_cmpr_dev_t *hw)
{
return hw->pad_comp_config.dref_comp;
return hw->pad_comp_config->dref_comp;
}
/**