aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-26 01:45:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-26 01:45:37 +0000
commit18c23f126b3ea4bea5a9535401e6a7840204cc9b (patch)
tree0264934a5e12a173199c637b8c8b0193e074c432 /apps/ChangeLog.txt
parent983e72ea391c136624340ea64e19c20adcbf970d (diff)
downloadpx4-firmware-18c23f126b3ea4bea5a9535401e6a7840204cc9b.tar.gz
px4-firmware-18c23f126b3ea4bea5a9535401e6a7840204cc9b.tar.bz2
px4-firmware-18c23f126b3ea4bea5a9535401e6a7840204cc9b.zip
Now have to press enter 3 times to start with USB NSH console
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4772 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 825b1e50f..acdd387af 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -234,3 +234,6 @@
* apps/nshlib/nsh_usbdev.c: Add the capability to use an arbitrary USB
device as the console (not necessarily /dev/console). This is a useful
option because then you can still use the serial console to debug with.
+ * apps/nshlib/nsh_usbdev.c: User now has to press ENTER 3 times before
+ USB console will start. Otherwise, the USB console starts before there
+ is anyone at the other end to listen.