X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal-performance.c;h=a0fd1fd30bc8607120900b8d8c51c7b30fac8a42;hb=b97b5aeaa3569443d9b95a77a388c6615b33f9e3;hp=5371f80d9f255594524fee8023a3eb37e3b9a9ad;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/hfal/hfal-performance.c b/hfal/hfal-performance.c index 5371f80..a0fd1fd 100644 --- a/hfal/hfal-performance.c +++ b/hfal/hfal-performance.c @@ -203,7 +203,7 @@ void hfal_stacksize(const hfdesc_t* hd){ } } -void hfal_performance_multiple(const hfdesc_t** hd_list){ +void hfal_performance_multiple(const hfdesc_t* const* hd_list){ const hfdesc_t* hd; for(;;){ hd = (void*)pgm_read_word(hd_list);