From be1cd81fff16abd97b88783e3a4263e8ddfe0035 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Jul 2024 17:00:43 -0400 Subject: [PATCH] Update main.c print time for sleep --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e7bda1ce..858f6c87 100644 --- a/main.c +++ b/main.c @@ -1195,7 +1195,7 @@ void get_tlm_fox() { sleep(0.1); // 25); // 0.5); // 25); // sleep((unsigned int)sleepTime); /**/ - printf("Sleep period: %d\n", millis() - startSleep); + printf("Sleep period: %d while period: %d\n", millis() - startSleep, (unsigned int)frameTime - 750 - pi_zero_2_offset); fflush(stdout); sampleTime = (unsigned int) millis();