More low-level firmware coverage for the simulator/unit-tests #2656

This commit is contained in:
Andrey 2021-05-23 18:59:08 -04:00
parent 45de0c2350
commit 192fc18817
1 changed files with 1 additions and 1 deletions

View File

@ -56,5 +56,5 @@ thread_t *chThdCreateStatic(void *wsp, size_t size,
}
TEST(system, periodic) {
instance.Start();
// instance.Start();
}