Skip to content

Commit 2350cc1

Browse files
committed
Reformat to 4 spaces
1 parent 0b52342 commit 2350cc1

File tree

52 files changed

+10052
-10151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+10052
-10151
lines changed

Cargo.toml

Lines changed: 183 additions & 183 deletions
Large diffs are not rendered by default.

periph-adc/src/com.rs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
use drone_core::periph;
55

66
#[cfg(any(
7-
feature = "stm32l4r5",
8-
feature = "stm32l4r7",
9-
feature = "stm32l4r9",
10-
feature = "stm32l4s5",
11-
feature = "stm32l4s7",
12-
feature = "stm32l4s9"
7+
feature = "stm32l4r5",
8+
feature = "stm32l4r7",
9+
feature = "stm32l4r9",
10+
feature = "stm32l4s5",
11+
feature = "stm32l4s7",
12+
feature = "stm32l4s9"
1313
))]
1414
periph::one! {
15-
/// Acquires ADC Common.
16-
pub macro periph_adc_com;
15+
/// Acquires ADC Common.
16+
pub macro periph_adc_com;
1717

18-
/// ADC Common.
19-
pub struct AdcComPeriph;
18+
/// ADC Common.
19+
pub struct AdcComPeriph;
2020

21-
::drone_stm32_map_pieces::reg; com;
21+
::drone_stm32_map_pieces::reg; com;
2222

23-
ADC_Common {
24-
CSR;
25-
CCR;
26-
}
23+
ADC_Common {
24+
CSR;
25+
CCR;
26+
}
2727
}

0 commit comments

Comments
 (0)