summaryrefslogtreecommitdiff
path: root/board/kuldax
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:43:35 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 11:15:44 +0000
commit1218db1ca3d0633c1df3b39fcac2baf17bd7eee7 (patch)
tree1f0ee4a144040b30d202314b10fc93c85064572f /board/kuldax
parent7403b1ad292c36d4af3be1f466b9c7148618ded3 (diff)
downloadchrome-ec-1218db1ca3d0633c1df3b39fcac2baf17bd7eee7.tar.gz
board/kuldax/fw_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I12dc564c4d1fc2df66cc9b07916b5236e900807f Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728602 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/kuldax')
-rw-r--r--board/kuldax/fw_config.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/board/kuldax/fw_config.h b/board/kuldax/fw_config.h
index 5ddb3b02a1..ff1f3583fe 100644
--- a/board/kuldax/fw_config.h
+++ b/board/kuldax/fw_config.h
@@ -13,15 +13,9 @@
*
* Source of truth is the project/brask/brask/config.star configuration file.
*/
-enum ec_cfg_audio_type {
- DB_AUDIO_UNKNOWN = 0,
- DB_NAU88L25B_I2S = 1
-};
+enum ec_cfg_audio_type { DB_AUDIO_UNKNOWN = 0, DB_NAU88L25B_I2S = 1 };
-enum ec_cfg_bj_power {
- BJ_135W = 0,
- BJ_230W = 1
-};
+enum ec_cfg_bj_power { BJ_135W = 0, BJ_230W = 1 };
union brask_cbi_fw_config {
struct {