]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/csystem/TinyOSEntryPointC.nc
Move AT_SPONTANEOUS definition from TinyOSEntryPointC.nc to TinyOSMainP.nc. This...
[tinyos-2.x.git] / tos / lib / tosthreads / csystem / TinyOSEntryPointC.nc
index 25befbd745e14ca07c2ff91537905c1c0147f6a5..d55f5a613a9aa3279d94dfbdd45d81cf28b704e9 100644 (file)
  
 #include "tosthread.h"
 
-#ifdef DYNTHREADS 
-  #define AT_SPONTANEOUS       @spontaneous()
-#else
-  #define AT_SPONTANEOUS
-#endif
-
 configuration TinyOSEntryPointC {
 }
 implementation {