adds new bsp, updates stubs for mrns vp
This commit is contained in:
parent
6a6c2007d9
commit
542e448f17
|
@ -1 +1 @@
|
|||
Subproject commit 1d55083a554450075164af01810361dd37338930
|
||||
Subproject commit 96fa7db58704d2130040166eb30a8444f6f6ece5
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue