mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
tests/periph_uart_nonblocking: relax allowed precision to 1.005
This commit is contained in:
parent
05fbeb65b1
commit
e424d177d7
@ -10,7 +10,7 @@ import sys
|
||||
from testrunner import run
|
||||
|
||||
|
||||
PRECISION = 1.002
|
||||
PRECISION = 1.005
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user