mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
tests/periph_timer_periodic: allow for 1% error
This commit is contained in:
parent
feda38ceb5
commit
c3ea39fbc7
@ -12,7 +12,7 @@ import time
|
||||
from testrunner import run
|
||||
|
||||
|
||||
PRECISION = float(os.getenv("TEST_PERIPH_TIMER_PERIODIC_PRECISION", "0"))
|
||||
PRECISION = float(os.getenv("TEST_PERIPH_TIMER_PERIODIC_PRECISION", "0.01"))
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user