summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-06 11:43:14 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-07 04:41:58 +0000
commit7fff012b3c13c4e428f0e1f10c041c24ea6c715a (patch)
tree55df442c69bce282fdd99f559a45918235971a40 /chip
parenta62ddeac0c82d945583aa89efaa881adaa92c109 (diff)
downloadchrome-ec-7fff012b3c13c4e428f0e1f10c041c24ea6c715a.tar.gz
chip/stm32/hwtimer.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Tricium: disable Change-Id: I2c84c1f8477b5299b3c398722eefa7a3c8dea709 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3749460 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/stm32/hwtimer.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/chip/stm32/hwtimer.c b/chip/stm32/hwtimer.c
index 46c47f3c1e..652e822f09 100644
--- a/chip/stm32/hwtimer.c
+++ b/chip/stm32/hwtimer.c
@@ -419,11 +419,12 @@ void IRQ_HANDLER(IRQ_WD)(void)
"pop {r0,pc}\n");
}
const struct irq_priority __keep IRQ_PRIORITY(IRQ_WD)
- __attribute__((section(".rodata.irqprio"))) = { IRQ_WD,
- 0 }; /* put the watchdog
- at the highest
- priority
- */
+ __attribute__((section(".rodata.irqprio"))) = {
+ IRQ_WD, 0
+ }; /* put the watchdog
+ at the highest
+ priority
+ */
void hwtimer_setup_watchdog(void)
{