We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f209120 commit 3af91c2Copy full SHA for 3af91c2
1 file changed
wolfcrypt/benchmark/benchmark.c
@@ -12287,7 +12287,7 @@ void bench_sphincsKeySign(byte level, byte optim)
12287
* Use care when repeatedly calling calling. See implementation. */
12288
double current_time(int reset)
12289
{
12290
- portTickType tickCount;
+ portTickType tickCount;
12291
/* tick count == ms, if configTICK_RATE_HZ is set to 1000 */
12292
tickCount = xTaskGetTickCount();
12293
return (double)tickCount / 1000;
0 commit comments