diff options
| author | klownfish <[email protected]> | 2024-12-31 01:04:18 +0100 |
|---|---|---|
| committer | klownfish <[email protected]> | 2024-12-31 01:04:18 +0100 |
| commit | 41c8bf867bc185507e1b9eadbf5645e57004cd4f (patch) | |
| tree | 4d86cf99ee7927495cd71123f9287e592f05a7a8 /embassy-stm32/src/adc/mod.rs | |
| parent | a5a90156ce2eeb09760075cecf0eea8f4d1a9e73 (diff) | |
fix formatting
Diffstat (limited to 'embassy-stm32/src/adc/mod.rs')
| -rw-r--r-- | embassy-stm32/src/adc/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/adc/mod.rs b/embassy-stm32/src/adc/mod.rs index 3cf2ca72e..36898b8f9 100644 --- a/embassy-stm32/src/adc/mod.rs +++ b/embassy-stm32/src/adc/mod.rs | |||
| @@ -259,4 +259,4 @@ pub const fn resolution_to_max_count(res: Resolution) -> u32 { | |||
| 259 | #[allow(unreachable_patterns)] | 259 | #[allow(unreachable_patterns)] |
| 260 | _ => core::unreachable!(), | 260 | _ => core::unreachable!(), |
| 261 | } | 261 | } |
| 262 | } \ No newline at end of file | 262 | } |
