Skip to content

Commit 6468d31

Browse files
committed
add clang format
1 parent fdb3e2b commit 6468d31

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Inc/HALAL/Services/ADC/ADC.hpp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,7 @@ struct ADCDomain {
189189
ClockPrescaler prescaler = ClockPrescaler::DIV1,
190190
uint32_t sample_rate_hz = 0
191191
)
192-
: ADC(
193-
pin,
194-
resolution,
195-
sample_time,
196-
prescaler,
197-
sample_rate_hz,
198-
peripheral,
199-
channel
200-
) {}
192+
: ADC(pin, resolution, sample_time, prescaler, sample_rate_hz, peripheral, channel) {}
201193

202194
template <class Ctx> consteval std::size_t inscribe(Ctx& ctx) const {
203195
const auto gpio_idx = gpio.inscribe(ctx);

0 commit comments

Comments
 (0)