diff options
| author | 1-rafael-1 <[email protected]> | 2025-05-07 22:16:29 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-05-07 22:16:29 +0200 |
| commit | 4621c8aa7a1ee1b55f2f0bf80fc48eddf76af320 (patch) | |
| tree | 77b57962c2d61867ce20f7e494f954f6d7a5c9ed | |
| parent | a254daf4fffe74c65d1846f620dd674fa4e14aac (diff) | |
Clarify comment for CoreVoltage enum regarding V1_20
| -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 0c3988aac..6694aab66 100644 --- a/embassy-rp/src/clocks.rs +++ b/embassy-rp/src/clocks.rs | |||
| @@ -160,7 +160,7 @@ pub enum CoreVoltage { | |||
| 160 | V1_10 = 0b1011, | 160 | V1_10 = 0b1011, |
| 161 | /// 1.15V - Required for overclocking to 133-200MHz | 161 | /// 1.15V - Required for overclocking to 133-200MHz |
| 162 | V1_15 = 0b1100, | 162 | V1_15 = 0b1100, |
| 163 | /// 1.20V - Required for overclocking above 200MHz | 163 | /// 1.20V |
| 164 | V1_20 = 0b1101, | 164 | V1_20 = 0b1101, |
| 165 | /// 1.25V | 165 | /// 1.25V |
| 166 | V1_25 = 0b1110, | 166 | V1_25 = 0b1110, |
