summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32g4.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/clock-stm32g4.c')
-rw-r--r--chip/stm32/clock-stm32g4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/chip/stm32/clock-stm32g4.c b/chip/stm32/clock-stm32g4.c
index 42a00a0f6a..b0bf56d85f 100644
--- a/chip/stm32/clock-stm32g4.c
+++ b/chip/stm32/clock-stm32g4.c
@@ -291,4 +291,3 @@ int clock_is_module_enabled(enum module_id module)
return !!(STM32_RCC_AHB2ENR & STM32_RCC_AHB2ENR_ADC12EN);
return 0;
}
-