summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-05 19:17:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-05 19:17:23 -0600
commitc0be986a323c2103e51428200c7492d505dbfe6d (patch)
tree33c877f77f28c98ac2d0f8f74b191644f7bdffde /nuttx/ChangeLog
parentb75862b4a9e39a1b998041ac42430d71e66a3e5f (diff)
downloadnuttx-c0be986a323c2103e51428200c7492d505dbfe6d.tar.gz
nuttx-c0be986a323c2103e51428200c7492d505dbfe6d.tar.bz2
nuttx-c0be986a323c2103e51428200c7492d505dbfe6d.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 96aeb3354..b04679a11 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9140,3 +9140,7 @@
* /drivers/eeprom/spi_xx25xx.c and /include/nuttx/eeprom/spi_xx25xx.h:
Add support for ST Micro EEPROM device geometries. From Sebastien
Lorquet (2014-12-5).
+ * sched/mqueue: msg type should be char * not void * in mq_send,
+ mq_timedsend, mq_receive, and mq_timedreceive. Noted by Pierre-Noel
+ Bouteville (2014-12-05).
+