summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index f09b7c2d08..d867c31dc1 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2496,13 +2496,8 @@ struct ec_params_pd_status {
} __packed;
/* Status of PD being sent back to EC */
-/*
- * TODO(crosbug.com/p/29841): remove hack for
- * getting extpower is present status from PD MCU.
- */
-#define EC_CMD_PD_STATUS_FLAG_CHARGER_CONN (1<<0)
struct ec_response_pd_status {
- int8_t status;
+ int8_t status; /* currently empty */
} __packed;
/*****************************************************************************/