From 68366f190aab16033c7f0528720f65a03576ea7d Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 27 Jun 2022 13:57:17 -0600 Subject: board/nuwani/board.h: Format with clang-format BUG=b:236386294 BRANCH=none TEST=none Change-Id: I4b1db245ab0414c50e25e8f4132e767806b677fe Signed-off-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728786 Reviewed-by: Jeremy Bettis --- board/nuwani/board.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/board/nuwani/board.h b/board/nuwani/board.h index 6bdffa73ac..b89bdc27aa 100644 --- a/board/nuwani/board.h +++ b/board/nuwani/board.h @@ -16,7 +16,7 @@ * By default, enable all console messages excepted HC, ACPI and event: * The sensor stack is generating a lot of activity. */ -#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_EVENTS) | CC_MASK(CC_LPC))) +#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_EVENTS) | CC_MASK(CC_LPC))) #undef CONFIG_HOSTCMD_DEBUG_MODE #define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF @@ -47,7 +47,7 @@ /* * Slew rate on the PP1800_SENSOR load switch requires a short delay on startup. */ -#undef CONFIG_MOTION_SENSE_RESUME_DELAY_US +#undef CONFIG_MOTION_SENSE_RESUME_DELAY_US #define CONFIG_MOTION_SENSE_RESUME_DELAY_US (10 * MSEC) /* Second set of sensor drivers */ @@ -58,7 +58,6 @@ #ifndef __ASSEMBLER__ - enum battery_type { BATTERY_SMP, BATTERY_LGC, -- cgit v1.2.1