From 6bc7601e8f6c83c8def86aa7ae7cf06f51593771 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sat, 18 Feb 2023 18:48:42 +0000 Subject: remove all use of FP in printf as it's not thread safe --- app/dcf77.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/dcf77.c') diff --git a/app/dcf77.c b/app/dcf77.c index 4b69a69..b9b7dcd 100644 --- a/app/dcf77.c +++ b/app/dcf77.c @@ -104,7 +104,7 @@ static void process_bits (uint64_t abs, uint64_t ptp) printf ("DCF77: Next minute is: %02d-%02d-%02d %02d:%02d\r\n", u.year, u.month, u.mday, u.hour, u.minute); time_print_epoch ("DCF77: ", e, dcf77_info); - meteotime_save(&u,bits); + meteotime_save (&u, bits); dump_bits ("dcf77", bits); } -- cgit v1.2.3