More low-level firmware coverage for the simulator/unit-tests #2656
This commit is contained in:
parent
f051993224
commit
45de0c2350
|
@ -8,7 +8,7 @@ typedef uint32_t systime_t;
|
|||
|
||||
class thread_t {
|
||||
public:
|
||||
char *name;
|
||||
const char *name;
|
||||
tfunc_t funcp;
|
||||
void *arg;
|
||||
|
||||
|
|
Loading…
Reference in New Issue