X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Flib%2Ftinyld%2FTosThreadApiC.nc;h=41128dae0443d31392e005810e18ea953b664261;hb=4d3b4dbb139ec2f62f18e3bd5c19c734ff9939a2;hp=225de13eff21cd429067dcd6003567c4dff31503;hpb=2be1f62cdc70115863ed875f24c45048da6ac983;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/lib/tinyld/TosThreadApiC.nc b/tos/lib/tosthreads/lib/tinyld/TosThreadApiC.nc index 225de13e..41128dae 100644 --- a/tos/lib/tosthreads/lib/tinyld/TosThreadApiC.nc +++ b/tos/lib/tosthreads/lib/tinyld/TosThreadApiC.nc @@ -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