Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tsuri committed Sep 5, 2024
1 parent 2417d0b commit ff616bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/rtc_cntl/sleep/esp32c2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ bitfield::bitfield! {
pub bbpll_fpu, set_bbpll_fpu: 28;
/// Enable clock gating when the CPU is in wait-for-interrupt state.
pub cpu_waiti_clk_gate, set_cpu_waiti_clk_gate: 29;
// Calibrate Ocode to make bandgap voltage more precise.
/// Calibrate Ocode to make bandgap voltage more precise.
pub cali_ocode, set_cali_ocode: 30;
}

Expand Down

0 comments on commit ff616bf

Please sign in to comment.