X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=hfal%2Fhfal-performance.c;h=a0fd1fd30bc8607120900b8d8c51c7b30fac8a42;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=5371f80d9f255594524fee8023a3eb37e3b9a9ad;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;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);