X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fperformance_test.h;h=4b2329e2649d9db5eacf5f689c9f8561a1039d71;hb=bd740a03aa9137d46277a2eee05ac6be538ef69d;hp=bce714be647ec5a6f6b5617ad197f0df901f2681;hpb=2deab9197b8d9d74c01156777b250746c36fba07;p=avr-crypto-lib.git diff --git a/test_src/performance_test.h b/test_src/performance_test.h index bce714b..4b2329e 100644 --- a/test_src/performance_test.h +++ b/test_src/performance_test.h @@ -25,8 +25,8 @@ #include -#define START_TIMER TCCR1B=1 -#define STOP_TIMER TCCR1B=0 +#define START_TIMER TCCR1B=1 +#define STOP_TIMER TCCR1B=0 void calibrateTimer(void); void startTimer(uint8_t granularity);