summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-25 10:13:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-25 10:13:15 -0600
commitcf5cf56cb94f6299a38a8d1765723e82b2afc5bf (patch)
tree8660135eaac696ea2826037a22464b93516a9b21 /nuttx/ChangeLog
parent25417437a8b66e10066b4ca506e3aa1e9a74176a (diff)
downloadnuttx-cf5cf56cb94f6299a38a8d1765723e82b2afc5bf.tar.gz
nuttx-cf5cf56cb94f6299a38a8d1765723e82b2afc5bf.tar.bz2
nuttx-cf5cf56cb94f6299a38a8d1765723e82b2afc5bf.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0375dc6c0..1ae459f73 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7825,3 +7825,5 @@
time (after some hours) the Ethernet receiver would lose one receive
interrupt and the IP stack never recover because there is no receive
watchdog as the transmit watchdog. From Max (2013-7-24).
+ * audio/pcm_decode.c: Add missing audio callback forwarding logic
+ (2014-7-25).