X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestPrintf%2FTestPrintfC.nc;h=cb968d001027e5f7c2b79e827ba1d4e2b47f4335;hb=27ede4aedd9a9dc094da7705c8bd23e148704335;hp=9d35c464cb1084fc6b51ca85ba10b9763e602594;hpb=60c07e8f5976f06a1b7bd3ca17b5d6f9952971cc;p=tinyos-2.x.git diff --git a/apps/tests/TestPrintf/TestPrintfC.nc b/apps/tests/TestPrintf/TestPrintfC.nc index 9d35c464..cb968d00 100644 --- a/apps/tests/TestPrintf/TestPrintfC.nc +++ b/apps/tests/TestPrintf/TestPrintfC.nc @@ -19,15 +19,13 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR * MODIFICATIONS." */ - + /** * - * This application is used to test the basic functionality of the printf service. - * It is initiated by calling the start() command of the SplitControl interface - * provided by the PrintfC component. After starting the printf service, calls to - * the standard c-style printf command are made to print various strings of text - * over the serial line. Only upon calling PrintfFlush.flush() does the data - * actually get sent out over the serial line. + * This application is used to test the basic functionality of the printf service. + * Calls to the standard c-style printf command are made to print various strings + * of text over the serial line. Only upon calling printfflush() does the + * data actually get sent out over the serial line. * * @author Kevin Klues (klueska@cs.wustl.edu) * @version $Revision$ @@ -41,7 +39,7 @@ module TestPrintfC { } } implementation { - + uint8_t dummyVar1 = 123; uint16_t dummyVar2 = 12345; uint32_t dummyVar3 = 1234567890;