git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13857 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
705c632ed5
commit
67cf80fa2a
|
@ -44,7 +44,7 @@
|
||||||
*/
|
*/
|
||||||
os_instance_t ch;
|
os_instance_t ch;
|
||||||
|
|
||||||
os_instance_t * volatile chp = &ch;
|
/*os_instance_t * volatile chp = &ch;*/
|
||||||
|
|
||||||
#if (CH_CFG_NO_IDLE_THREAD == FALSE) || defined(__DOXYGEN__)
|
#if (CH_CFG_NO_IDLE_THREAD == FALSE) || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue