From e048259ef45128a2af9994403fd8c6faeec4bb3f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 27 Jul 2025 14:34:14 -0400 Subject: [PATCH] Update main.c remove extra space --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.c b/main.c index 8444f3da..ff1d3654 100644 --- a/main.c +++ b/main.c @@ -2102,8 +2102,7 @@ int get_payload_serial(int debug_camera) { end_flag_detected = FALSE; jpeg_start = 0; - serialFlush (uart_fd); // flush serial buffer so latest payload is read - + serialFlush (uart_fd); // flush serial buffer so latest payload is read // #ifdef GET_IMAGE_DEBUG if (debug_camera) printf("Received from Payload:\n");