X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fcsystem%2FTosThreadApiC.nc;h=e8fb8af2f31ddcb55ea4c6194781be02ee59a797;hb=7ba4d0d58428933967bc194f6bcecf3ca01c228f;hp=d7c4d5123a20e8978be2b0b5deedb38e01fc48e7;hpb=7a60e64a56d51713af119b386176192060f696f7;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/csystem/TosThreadApiC.nc b/tos/lib/tosthreads/csystem/TosThreadApiC.nc index d7c4d512..e8fb8af2 100644 --- a/tos/lib/tosthreads/csystem/TosThreadApiC.nc +++ b/tos/lib/tosthreads/csystem/TosThreadApiC.nc @@ -68,7 +68,7 @@ implementation { components CLogStorageC; #endif - //Telosb sensorboard specific. Later need to find conditional way of adding this in + //Telosb sensorboard specific. #if defined(TOSTHREAD_HAMAMATSUS1087_H) || defined(TOSTHREAD_DYNAMIC_LOADER) components CHamamatsuS1087ParC; #endif @@ -83,4 +83,12 @@ implementation { #if defined(TOSTHREAD_SINESENSOR_H) || defined(TOSTHREAD_DYNAMIC_LOADER) components CSineSensorC; #endif + + //Basicsb sensorboard specific + #if defined(TOSTHREAD_PHOTO_H) || defined(TOSTHREAD_DYNAMIC_LOADER) + components CPhotoC; + #endif + #if defined(TOSTHREAD_TEMP_H) || defined(TOSTHREAD_DYNAMIC_LOADER) + components CTempC; + #endif }