diff options
| author | Mathias <[email protected]> | 2022-09-16 06:45:27 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-09-16 13:18:23 +0200 |
| commit | feead3ae89d57e9f0ff7d7a264136d3e89aaebcf (patch) | |
| tree | 5553b485edc241ee2a72c76a08ee955e9cf0bd57 /embassy-rp/src/clocks.rs | |
| parent | 9794bc59cc74598f5131f502153d4288c3261274 (diff) | |
Implement RealTimeClock for embassy-rp
Diffstat (limited to 'embassy-rp/src/clocks.rs')
| -rw-r--r-- | embassy-rp/src/clocks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/clocks.rs b/embassy-rp/src/clocks.rs index 3ad1e5d82..1c446f389 100644 --- a/embassy-rp/src/clocks.rs +++ b/embassy-rp/src/clocks.rs | |||
| @@ -122,7 +122,7 @@ pub(crate) fn clk_peri_freq() -> u32 { | |||
| 122 | 125_000_000 | 122 | 125_000_000 |
| 123 | } | 123 | } |
| 124 | 124 | ||
| 125 | pub(crate) fn _clk_rtc_freq() -> u32 { | 125 | pub(crate) fn clk_rtc_freq() -> u32 { |
| 126 | 46875 | 126 | 46875 |
| 127 | } | 127 | } |
| 128 | 128 | ||
