X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-bmw-test.c;h=846fb2babe81df6f39a95ec0a2849d9c4a0c547c;hb=06a67c77b1e8c2769a149591d6e00ee0aebdd7f2;hp=a648e6ee0f162c770be31229d36401ec80e56642;hpb=2e57335be9e73ba2132026f4bebfdcef536765c8;p=arm-crypto-lib.git diff --git a/test_src/main-bmw-test.c b/test_src/main-bmw-test.c index a648e6e..846fb2b 100644 --- a/test_src/main-bmw-test.c +++ b/test_src/main-bmw-test.c @@ -24,6 +24,7 @@ #include #include #include +#include "config.h" #include "cli.h" #include "dump.h" #include "uart_lowlevel.h" @@ -33,12 +34,12 @@ #include "shavs.h" #include "nessie_hash_test.h" #include "performance_test.h" -#include "hfal-nessie.h" -#include "hfal-performance.h" -#include "hfal-test.h" +#include "hfal/hfal-nessie.h" +#include "hfal/hfal-performance.h" +#include "hfal/hfal-test.h" -#include "hfal_bmw_small.h" -#include "hfal_bmw_large.h" +#include "hfal/hfal_bmw_small.h" +#include "hfal/hfal_bmw_large.h" #include "bmw_small.h" #include "bmw_large.h" @@ -169,7 +170,7 @@ cmdlist_entry_t cmdlist[] = { }; int main(void) { - sysclk_set_80MHz(); + sysclk_set_freq(SYS_FREQ); sysclk_mosc_verify_enable(); uart_init(UART_0, 115200, 8, UART_PARATY_NONE, UART_STOPBITS_ONE); gptm_set_timer_32periodic(TIMER0);