X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FTestPrintf%2FTestPrintf.c;h=e06c3308bf9e95ade7350111c488dc05ae0d9f26;hp=28badaf7c4861e17eb6f3fe13191baa9c0c74fac;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tosthreads/capps/TestPrintf/TestPrintf.c b/apps/tosthreads/capps/TestPrintf/TestPrintf.c index 28badaf7..e06c3308 100644 --- a/apps/tosthreads/capps/TestPrintf/TestPrintf.c +++ b/apps/tosthreads/capps/TestPrintf/TestPrintf.c @@ -30,6 +30,10 @@ */ /** + * This application tests the operation of the Printf client in TOSThreads. It + * continuously prints the value of a counter starting at 0, increasing as it + * prints. + * * @author Kevin Klues (klueska@cs.stanford.edu) */