diff --git a/common/physical_presence.c b/common/physical_presence.c index 0f4bbeb0f3..2f136caa84 100644 --- a/common/physical_presence.c +++ b/common/physical_presence.c @@ -134,7 +134,7 @@ static void physical_detect_check_press(void) mutex_lock(&pp_mutex); - CPRINTS("PP press dt=%.6ld\n", dt); + CPRINTS("PP press dt=%.6ld", dt); /* If we no longer care about presses, ignore them */ if (pp_detect_state != PP_DETECT_IN_PROGRESS)