summaryrefslogtreecommitdiff
path: root/board/cr50/rdd.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/rdd.c')
-rw-r--r--board/cr50/rdd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/rdd.c b/board/cr50/rdd.c
index f25dc89798..2d1403ec02 100644
--- a/board/cr50/rdd.c
+++ b/board/cr50/rdd.c
@@ -304,7 +304,7 @@ static void ccd_state_change_hook(void)
if (flags_now == flags_want)
return;
- CPRINTF("[%T CCD state:");
+ CPRINTF("[%pT CCD state:", PRINTF_TIMESTAMP_NOW);
print_state_flags(CC_USB, flags_want);
CPRINTF("]\n");