summaryrefslogtreecommitdiff
path: root/board/osiris
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:58:11 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 18:36:11 +0000
commit95f6b262c8ec11798d353f19f0ddfe0cafa8fa04 (patch)
tree5baad398f96c2fb7aa162fa9ec2237fe812616a5 /board/osiris
parent598f6737b19b4d1fb8375d6b93fa116bbf9989c4 (diff)
downloadchrome-ec-95f6b262c8ec11798d353f19f0ddfe0cafa8fa04.tar.gz
board/osiris/usbc_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Iead12406d5706f440f16d517c636c4b9d30f4953 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728805 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/osiris')
-rw-r--r--board/osiris/usbc_config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/board/osiris/usbc_config.h b/board/osiris/usbc_config.h
index 3ea16a6d56..3551496f7d 100644
--- a/board/osiris/usbc_config.h
+++ b/board/osiris/usbc_config.h
@@ -9,14 +9,10 @@
#define __CROS_EC_USBC_CONFIG_H
#ifndef CONFIG_ZEPHYR
-#define CONFIG_USB_PD_PORT_MAX_COUNT 2
+#define CONFIG_USB_PD_PORT_MAX_COUNT 2
#endif
-enum usbc_port {
- USBC_PORT_C0 = 0,
- USBC_PORT_C1,
- USBC_PORT_COUNT
-};
+enum usbc_port { USBC_PORT_C0 = 0, USBC_PORT_C1, USBC_PORT_COUNT };
void config_usb_db_type(void);