From 542e448f17e6a2238367bf3caa90cc4ffd2fc054 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Thu, 22 Feb 2024 17:11:58 +0100 Subject: [PATCH] adds new bsp, updates stubs for mrns vp --- bare-metal-bsp | 2 +- hello-world/wrap_stubs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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