summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/ish/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/ipc.h b/chip/ish/ipc.h
index 7781e5f55c..e90fe4cb83 100644
--- a/chip/ish/ipc.h
+++ b/chip/ish/ipc.h
@@ -17,7 +17,7 @@
#define IPC_PROTOCOL_MNG 3 /* Management protocol */
#define IPC_PROTOCOL_ECP 4 /* EC protocol */
#define MNG_TIME_UPDATE 5
-#define MNG_HC_FW_READY 8 /* host command ready */
+#define MNG_HC_FW_READY 3 /* host command ready */
#define EVENT_FLAG_BIT_READ_IPC (1<<0)
#define EVENT_FLAG_BIT_WRITE_IPC (1<<2)