diff --git a/bare-metal-bsp b/bare-metal-bsp index 1d55083..96fa7db 160000 --- a/bare-metal-bsp +++ b/bare-metal-bsp @@ -1 +1 @@ -Subproject commit 1d55083a554450075164af01810361dd37338930 +Subproject commit 96fa7db58704d2130040166eb30a8444f6f6ece5 diff --git a/hello-world/wrap_stubs.c b/hello-world/wrap_stubs.c index 0616f86..644e2d8 100644 --- a/hello-world/wrap_stubs.c +++ b/hello-world/wrap_stubs.c @@ -5,7 +5,7 @@ long time(void) { - return get_timer_value() / get_timer_freq(); + return get_timer_t1_value(timer) / get_timer_freq(); } // set the number of dhrystone iterations