X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fperformance_test.c;h=6ba564512985fc1ef0ebfb410be65c7f39d8b3dc;hp=ad745fc4c96a0b6480bb25fb563500f911040689;hb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;hpb=ca71e48e8e174ad602ff7d0f2d2ec1f65194f73f diff --git a/test_src/performance_test.c b/test_src/performance_test.c index ad745fc..6ba5645 100644 --- a/test_src/performance_test.c +++ b/test_src/performance_test.c @@ -51,7 +51,7 @@ ISR(TIMER1_OVF_vect){ } void calibrateTimer(void){ - volatile uint8_t i; + volatile uint8_t i=0; startTimer(1); stopTimer(); const_overhead = TCNT1;