mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source files.
This commit is contained in:
parent
fbadf8bee7
commit
bbe48d31a4
33 changed files with 505 additions and 440 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue