Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 3, 2024
1 parent 25ede46 commit f5d331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/clock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ impl Clocks {
/// Returns the xtal frequency.
///
/// This function will run the frequency estimation if called before
/// [`esp_hal::init()`].
/// [`crate::init()`].
pub fn xtal_freq() -> HertzU32 {
if let Some(clocks) = Self::try_get() {
clocks.xtal_clock
Expand Down

0 comments on commit f5d331f

Please sign in to comment.