From 37b716192baff1ee988c49cb103716a03b13f114 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Wed, 17 May 2023 02:27:04 -0500 Subject: [PATCH] wolfcrypt/benchmark/benchmark.c: fix typo in bench_stats_start(). --- wolfcrypt/benchmark/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/benchmark/benchmark.c b/wolfcrypt/benchmark/benchmark.c index 59a51cc0d..88bff6142 100644 --- a/wolfcrypt/benchmark/benchmark.c +++ b/wolfcrypt/benchmark/benchmark.c @@ -1702,7 +1702,7 @@ static WC_INLINE void bench_stats_start(int* count, double* start) #ifdef WOLFSSL_ESPIDF ESP_LOGV(TAG, "finish total_cycles = %llu, start=" FLT_FMT, - total_cycles, FLT_FMT_ARG(*start) ); + total_cycles, FLT_FMT_ARGS(*start) ); BEGIN_ESP_CYCLES #else