summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:57:17 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 15:40:35 +0000
commit68366f190aab16033c7f0528720f65a03576ea7d (patch)
tree43bda9887f4cc32cd4d2e1f0f200ab2daa49d8c0
parenta083c32171c15cea59f557faf0dbc5971a3f7a3e (diff)
downloadchrome-ec-68366f190aab16033c7f0528720f65a03576ea7d.tar.gz
board/nuwani/board.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I4b1db245ab0414c50e25e8f4132e767806b677fe Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728786 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--board/nuwani/board.h5
1 files 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,