diff options
| author | 1-rafael-1 <[email protected]> | 2025-05-13 10:59:11 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-05-13 10:59:11 +0200 |
| commit | 981ef20f83ec88601818d8c55f69a1037d57b0cb (patch) | |
| tree | 06343cee8a48ebf56f8ea42219039cbb8921c1fd /embassy-rp/src | |
| parent | 1314808b3a39d856d33655504db00d799914c440 (diff) | |
removed one line too many
Diffstat (limited to 'embassy-rp/src')
| -rw-r--r-- | embassy-rp/src/clocks.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-rp/src/clocks.rs b/embassy-rp/src/clocks.rs index 47e71c448..857877680 100644 --- a/embassy-rp/src/clocks.rs +++ b/embassy-rp/src/clocks.rs | |||
| @@ -152,6 +152,7 @@ pub enum PeriClkSrc { | |||
| 152 | /// | 152 | /// |
| 153 | /// The voltage regulator can be configured for different output voltages. | 153 | /// The voltage regulator can be configured for different output voltages. |
| 154 | /// Higher voltages allow for higher clock frequencies but increase power consumption and heat. | 154 | /// Higher voltages allow for higher clock frequencies but increase power consumption and heat. |
| 155 | #[cfg(feature = "rp2040")] | ||
| 155 | #[repr(u8)] | 156 | #[repr(u8)] |
| 156 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] | 157 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] |
| 157 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 158 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
