X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fperformance_test.h;fp=test_src%2Fperformance_test.h;h=867ef995af5150866c107835d2fdc1075b96f4b8;hp=f40a496cd1b6bf4d8510d4f069d397ee4f36a5da;hb=a707b2a401ed87cbeee4888bba923f605e951c89;hpb=3a9f9d918fb95474996af535c225a7e187d88372 diff --git a/test_src/performance_test.h b/test_src/performance_test.h index f40a496..867ef99 100644 --- a/test_src/performance_test.h +++ b/test_src/performance_test.h @@ -33,7 +33,7 @@ void startTimer(uint8_t granularity); uint64_t stopTimer(void); void getOverhead(uint16_t *constoh, uint16_t *intoh); -void print_time_P(PGM_P s, uint64_t t); +void print_time_P(PGM_P s, uint32_t t); void print_overhead(void); #endif /*PERFORMANCE_TEST_H_*/