Skip to content

Commit 37b7161

Browse files
committed
wolfcrypt/benchmark/benchmark.c: fix typo in bench_stats_start().
1 parent 4f4842f commit 37b7161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ static WC_INLINE void bench_stats_start(int* count, double* start)
17021702

17031703
#ifdef WOLFSSL_ESPIDF
17041704
ESP_LOGV(TAG, "finish total_cycles = %llu, start=" FLT_FMT,
1705-
total_cycles, FLT_FMT_ARG(*start) );
1705+
total_cycles, FLT_FMT_ARGS(*start) );
17061706

17071707
BEGIN_ESP_CYCLES
17081708
#else

0 commit comments

Comments
 (0)