summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-08 07:39:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-08 07:39:10 -0600
commit8b312b8c3a30807a4633943c31f154e496fe6de8 (patch)
treefa0883811c99e44c1826f5ad5a20e8d8e67ebd38 /nuttx/ChangeLog
parenteb4582f416e3544ab43e51df38109ebfb4c484c0 (diff)
downloadnuttx-8b312b8c3a30807a4633943c31f154e496fe6de8.tar.gz
nuttx-8b312b8c3a30807a4633943c31f154e496fe6de8.tar.bz2
nuttx-8b312b8c3a30807a4633943c31f154e496fe6de8.zip
LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosma Moczek
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f6732216b..f40dda3ac 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7304,3 +7304,5 @@
Framework to support Pascal P-Code as a binary format. At present this
logic is incomplete and really nothing more than a thought experiment
to determine the feasibility of the P-code binary format (2014-5-7).
+ * drivers/sensors/Make.defs: Correct build dependency. Sourceforge
+ ticket #41 from Kosma Moczek (2014-8-14).