git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4734 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-10-03 19:49:01 +00:00
parent 6d1ecacaf4
commit 4542e4c750
1 changed files with 2 additions and 4 deletions

View File

@ -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