From 45de0c2350317ebba7a87855fc5c40457b26de84 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 23 May 2021 18:49:48 -0400 Subject: [PATCH] More low-level firmware coverage for the simulator/unit-tests #2656 --- unit_tests/chibios-mock/mock-threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/chibios-mock/mock-threads.h b/unit_tests/chibios-mock/mock-threads.h index 25a57692f3..e83ed68a47 100644 --- a/unit_tests/chibios-mock/mock-threads.h +++ b/unit_tests/chibios-mock/mock-threads.h @@ -8,7 +8,7 @@ typedef uint32_t systime_t; class thread_t { public: - char *name; + const char *name; tfunc_t funcp; void *arg;