aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-23 15:51:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-23 15:51:45 +0000
commit2327d0eedcef3de9a9aed8b48ea786c531070b5f (patch)
tree0888916956b120bd3c7abd6c16b366344c7fbe52 /apps/ChangeLog.txt
parent096397d49fbae5398528a1a8c0d84e091625249a (diff)
downloadpx4-firmware-2327d0eedcef3de9a9aed8b48ea786c531070b5f.tar.gz
px4-firmware-2327d0eedcef3de9a9aed8b48ea786c531070b5f.tar.bz2
px4-firmware-2327d0eedcef3de9a9aed8b48ea786c531070b5f.zip
Fewer shell invocations in apps/Makefile
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5248 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 02843d547..79de56614 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -380,3 +380,6 @@
* apps/examples/nximage/nximage_main.c: Add a 5 second delay after the
NX logo is presented so that there is time for the image to be verified.
Suggested by Petteri Aimonen.
+i * apps/Makefile: Small change that reduces the number of shell invocations
+ by one (Mike Smith).
+