summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usb_pd_tcpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb_pd_tcpm.h b/include/usb_pd_tcpm.h
index 8e935e155f..47b60622f7 100644
--- a/include/usb_pd_tcpm.h
+++ b/include/usb_pd_tcpm.h
@@ -34,7 +34,7 @@
#define TCPC_REG_ALERT1_TX_DISCARDED (1<<1)
#define TCPC_REG_ALERT1_TX_FAILED (1<<0)
#define TCPC_REG_ALERT1_TX_COMPLETE (TCPC_REG_ALERT1_TX_SUCCESS | \
- TCPC_REG_ALERT1_TX_FAILED | \
+ TCPC_REG_ALERT1_TX_DISCARDED | \
TCPC_REG_ALERT1_TX_FAILED)
#define TCPC_REG_ALERT2 0x11