From 192fc18817ad721e578c5da8356715a94952e986 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 23 May 2021 18:59:08 -0400 Subject: [PATCH] More low-level firmware coverage for the simulator/unit-tests #2656 --- unit_tests/tests/system/test_periodic_thread_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/tests/system/test_periodic_thread_controller.cpp b/unit_tests/tests/system/test_periodic_thread_controller.cpp index b08b7e75ca..53addd5ca7 100644 --- a/unit_tests/tests/system/test_periodic_thread_controller.cpp +++ b/unit_tests/tests/system/test_periodic_thread_controller.cpp @@ -56,5 +56,5 @@ thread_t *chThdCreateStatic(void *wsp, size_t size, } TEST(system, periodic) { - instance.Start(); +// instance.Start(); }