Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source files.

This commit is contained in:
Richard Barry 2013-04-30 20:23:06 +00:00
parent fbadf8bee7
commit bbe48d31a4
33 changed files with 505 additions and 440 deletions

View file

@ -72,7 +72,11 @@
mission critical applications that require provable dependability.
*/
/*_RB_ See http://TBD for a description of these tasks. */
/*
* A number of sockets are created and added to a set. One task then blocks on
* the set while the other task sends data to a (pseudo) random member of the
* set.
*/
/* Standard includes. */
#include <stdint.h>