diff --git a/bsps/or1k/generic_or1k/btimer/btimer.c b/bsps/or1k/generic_or1k/btimer/btimer.c index d0c2cde733..316a896181 100644 --- a/bsps/or1k/generic_or1k/btimer/btimer.c +++ b/bsps/or1k/generic_or1k/btimer/btimer.c @@ -73,7 +73,7 @@ benchmark_timer_t benchmark_timer_read( void ) if ( total < LEAST_VALID ) return 0; /* below timer resolution */ - return (total - AVG_OVERHEAD); + return (total - AVG_OVERHEAD); } }