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

This commit is contained in:
Andrey 2021-05-23 18:49:48 -04:00
parent f051993224
commit 45de0c2350
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ typedef uint32_t systime_t;
class thread_t {
public:
char *name;
const char *name;
tfunc_t funcp;
void *arg;