]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/lib/tinyld/TosThreadApiC.nc
Fixed up some stuff so we can compoile the tinyLD applications for tosthreads
[tinyos-2.x.git] / tos / lib / tosthreads / lib / tinyld / TosThreadApiC.nc
index 225de13eff21cd429067dcd6003567c4dff31503..41128dae0443d31392e005810e18ea953b664261 100644 (file)
@@ -64,6 +64,9 @@ implementation {
   #if defined(TOSTHREAD_BLOCKSTORAGE_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
     components CBlockStorageC;
   #endif 
+  #if defined(TOSTHREAD_BLOCKSTORAGE_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
+    components CConfigStorageC;
+  #endif 
   #if defined(TOSTHREAD_LOGSTORAGE_H) || defined(TOSTHREAD_DYNAMIC_LOADER)
     components CLogStorageC;
   #endif