Re-enabled scheduler cothread execution. [Curt Coder]

This commit is contained in:
Curt Coder 2011-07-19 10:24:16 +00:00
parent 887fbd7203
commit dbaaea282a

View File

@ -48,7 +48,7 @@
// set to 1 to execute on cothread instead of directly
#define USE_COTHREADS 0
#define USE_COTHREADS 1
//**************************************************************************