App improvements (#105)
This commit is contained in:
committed by
GitHub
parent
fb45790927
commit
e86a11b7e2
@@ -20,7 +20,7 @@ namespace tt::app::boot {
|
||||
static int32_t threadCallback(void* context);
|
||||
|
||||
struct Data {
|
||||
Data() : thread("", 4096, threadCallback, this) {}
|
||||
Data() : thread("boot", 4096, threadCallback, this) {}
|
||||
|
||||
Thread thread;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user