We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689ef02 commit 444e391Copy full SHA for 444e391
esp-hal/src/soc/esp32s2/efuse/mod.rs
@@ -154,7 +154,7 @@ impl Efuse {
154
155
let info = &RAW_MAP[tag];
156
let efuse_val = Self::rtc_table_get_raw_efuse_value(tag) * info.multiplier;
157
- efuse_val + info.base + Self::rtc_table_get_raw_efuse_value(info.dependency)
+ efuse_val + info.base + Self::rtc_table_get_parsed_efuse_value(info.dependency)
158
}
159
160
/// Calculates the coeff_b from the calculate_characterization_coefficient
0 commit comments