mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +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
|
#ifdef WOLFSSL_ESPIDF
|
||||||
ESP_LOGV(TAG, "finish total_cycles = %llu, start=" FLT_FMT,
|
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
|
BEGIN_ESP_CYCLES
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user