git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4734 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
6d1ecacaf4
commit
4542e4c750
|
@ -103,11 +103,9 @@ void chSysInit(void) {
|
|||
#endif
|
||||
chSysEnable();
|
||||
|
||||
#if CH_USE_REGISTRY
|
||||
/* Note, &ch_debug points to the string "main" if the registry is
|
||||
active, else the parameter is ignored.*/
|
||||
chRegSetThreadName((const char *)&ch_debug);
|
||||
#else
|
||||
chRegSetThreadName("main");
|
||||
#endif
|
||||
|
||||
#if !CH_NO_IDLE_THREAD
|
||||
/* This thread has the lowest priority in the system, its role is just to
|
||||
|
|
Loading…
Reference in New Issue