aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-30 22:20:42 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-30 22:20:42 +0000
commit1e4d04d53bf7b7f1cf97e33a51638decc723ce4c (patch)
treefe3d918b2d1dec3f298c02e9ac77527b7c5a6f3d /nuttx/ChangeLog
parent622ac27bfa6f4fd1c4d1b82a911978078bfd621d (diff)
downloadpx4-firmware-1e4d04d53bf7b7f1cf97e33a51638decc723ce4c.tar.gz
px4-firmware-1e4d04d53bf7b7f1cf97e33a51638decc723ce4c.tar.bz2
px4-firmware-1e4d04d53bf7b7f1cf97e33a51638decc723ce4c.zip
A few more telnet updates
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4348 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 72024519b..f5d211d26 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2408,5 +2408,5 @@
sub-directory: By making libboard.a a "phony" target, libboard.a should
always rebuilt (the end result is worth the small increase in build time)
(submitted by Mike Smith).
- * include/net/psock.h: A new low level socket interface that allows the OS
- to use the socket interface without having a socket descriptor.
+ * include/net/psock.h: Added a new low level socket interface that allows the
+ OS to use the socket interface without having a socket descriptor.