From 7f1d88df12b9efda4207ac2eb2afe3d6e63fe49c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 12:36:47 -0500 Subject: [PATCH] Update main.c typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 2185f36c..bc56212a 100644 --- a/main.c +++ b/main.c @@ -2301,7 +2301,7 @@ void get_tlm_fc() { printf("\n\n"); for (int i=0; i<100; i++) - printf("%x", encoded_bytes[i]; + printf("%x", encoded_bytes[i]); printf("\n\n"); /* convert to waveform buffer */