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

master
gdisirio 2012-05-11 18:17:19 +00:00
parent ab9c48576c
commit 31f7e698c0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
*
* @api
*/
#define chSysGetIdleThread() (rlist.r_queue.r_prev)
#define chSysGetIdleThread() (rlist.r_queue.p_prev)
#endif
/**