summaryrefslogtreecommitdiff
path: root/board/agah/usbc_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/agah/usbc_config.h')
-rw-r--r--board/agah/usbc_config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/board/agah/usbc_config.h b/board/agah/usbc_config.h
index d407a7ae8d..8e40fe9f49 100644
--- a/board/agah/usbc_config.h
+++ b/board/agah/usbc_config.h
@@ -8,15 +8,12 @@
#ifndef __CROS_EC_USBC_CONFIG_H
#define __CROS_EC_USBC_CONFIG_H
-#define CONFIG_USB_PD_PORT_MAX_COUNT 3
+#define CONFIG_USB_PD_PORT_MAX_COUNT 2
enum usbc_port {
USBC_PORT_C0 = 0,
USBC_PORT_C1,
- USBC_PORT_C2,
USBC_PORT_COUNT
};
-void config_usb_db_type(void);
-
#endif /* __CROS_EC_USBC_CONFIG_H */