summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:29:18 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 15:11:09 +0000
commit2e6cb979e5b66caee6530475403e534f183d6a7a (patch)
treefdf3771b4b2bf35dadfe12c068c8ee42654258aa /chip
parent62ffaa5032b38dce2435784eb0e270661589427d (diff)
downloadchrome-ec-2e6cb979e5b66caee6530475403e534f183d6a7a.tar.gz
chip/stm32/gpio-stm32l4.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: If3113a72401fb2491a62694e00efaa8f51144617 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729507 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/stm32/gpio-stm32l4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/chip/stm32/gpio-stm32l4.c b/chip/stm32/gpio-stm32l4.c
index f4ec6f4412..2255e52363 100644
--- a/chip/stm32/gpio-stm32l4.c
+++ b/chip/stm32/gpio-stm32l4.c
@@ -38,7 +38,6 @@ static void gpio_init(void)
task_enable_irq(STM32_IRQ_EXTI4);
task_enable_irq(STM32_IRQ_EXTI9_5);
task_enable_irq(STM32_IRQ_EXTI15_10);
-
}
DECLARE_HOOK(HOOK_INIT, gpio_init, HOOK_PRIO_DEFAULT);