summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/ish/ipc_heci.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/chip/ish/ipc_heci.c b/chip/ish/ipc_heci.c
index 87f0fe013b..c4d6564eef 100644
--- a/chip/ish/ipc_heci.c
+++ b/chip/ish/ipc_heci.c
@@ -621,10 +621,7 @@ static void handle_mng_commands(const ipc_handle_t handle,
break;
case MNG_SYNC_FW_CLOCK:
- /* TODO: if there's data to host requires timestamp
- * we need to implement this
- */
- CPRINTS("sync fw clock");
+ /* Not supported currently, but kernel sends this about ~20s */
break;
}
}