Skip to content

Commit 746ea4e

Browse files
Update drivers/comparator/comparator_stm32_comp.c
Co-authored-by: Etienne Carriere <[email protected]>
1 parent 1f9e18a commit 746ea4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/comparator/comparator_stm32_comp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ static DEVICE_API(comparator, stm32_comp_comp_api) = {
340340
POST_KERNEL, \
341341
CONFIG_COMPARATOR_INIT_PRIORITY, \
342342
&stm32_comp_comp_api \
343-
);
343+
);
344344

345345
DT_INST_FOREACH_STATUS_OKAY(STM32_COMP_DEVICE)

0 commit comments

Comments
 (0)