mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
wolfcrypt/benchmark/benchmark.c: fix typo in bench_stats_start().
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user