summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-26 09:34:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-26 09:34:21 -0600
commit89cfc49114b860672c87f4cbeb29dca044116995 (patch)
treec829d9c540fac21c29825434705fa6c5ed0a9acb /nuttx/ChangeLog
parent75f58f656bd9f3530a4463649e68fc865d53baab (diff)
downloadnuttx-89cfc49114b860672c87f4cbeb29dca044116995.tar.gz
nuttx-89cfc49114b860672c87f4cbeb29dca044116995.tar.bz2
nuttx-89cfc49114b860672c87f4cbeb29dca044116995.zip
Update changelog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d36ab0e70..370f3ef7a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7526,4 +7526,5 @@
GPIO pins in I2C driver. Fix from Alex D. (2014-6-25).
* NET: Fix an include file ordering problem when CONFIG_NET_STATISTICS=y.
(2014-6-26).
-
+ * include/nuttx/net/netstats.h: Move statistcs from uip.h to new netstats.h
+ to remove nasty circular inclusion problem (2014-6-26).