From edfe69be924d411316ed6eac263e0e8c01e53e16 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 12:45:34 -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 83fa4d47..defb4e4a 100644 --- a/main.c +++ b/main.c @@ -2318,7 +2318,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation // source_bytes[1] = 0x08 ; // extended Nayify - works per code loop_count++; uint8_t frame = loop_count % 5; - print ("frame: %x\n", frame); + printf("frame: %x\n", frame); if (loop_count > 10) source_bytes[0] = source_bytes[0] | frame; source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation