X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Ftinyld%2FSerialLoader%2FSerialLoaderAppC.nc;h=d9e49465b241764e68c28e71ff5dca1f3834f2fc;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=c2103e21b2e7b7d7e613e6e33662acab954f87e2;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/tinyld/SerialLoader/SerialLoaderAppC.nc b/apps/tosthreads/tinyld/SerialLoader/SerialLoaderAppC.nc index c2103e21..d9e49465 100755 --- a/apps/tosthreads/tinyld/SerialLoader/SerialLoaderAppC.nc +++ b/apps/tosthreads/tinyld/SerialLoader/SerialLoaderAppC.nc @@ -21,6 +21,10 @@ */ /** + * SerialLoader receives loadable programs from the serial port and stores + * it in a byte array. Then, when it receives the command to load the code, + * it makes the call to the dynamic loader. + * * @author Chieh-Jan Mike Liang * @author Jeongyeup Paek */