From 115ee67b24afcea81fc9c583400b50b10718681a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 26 Aug 2015 21:37:17 +0200 Subject: Disable multithread for ryuglab target Multithreading is not working properly yet. So it won't be used for active measuring. --- targets/ryuglab/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index 11d8a14..c8e17a3 100644 --- a/targets/ryuglab/conf.py +++ b/targets/ryuglab/conf.py @@ -11,7 +11,7 @@ parse_command = ['tests/cyclictest/parse'] db_user = 'kocikare' db_password = 'ohNg3Ien' -multithread = True +multithread = False parse_kconfig_output = False -- cgit v1.2.3