From 80f1dd35dfc0aad02caaa9fb4d534ec46973a65d Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Nov 2007 21:59:30 +0000 Subject: [PATCH] Added UDP test/example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@400 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 77cdee1f748..7acf1be62cc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -709,6 +709,7 @@ Other memory: the availability of TX data. * Moved urgent data info into device structure. * TCP and ICMP protocols can now be disabled. + * Added UDP test in examples/udp