aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usb.h
diff options
context:
space:
mode:
authorDamien George2014-04-03 23:30:24 +0100
committerDamien George2014-04-03 23:30:24 +0100
commit3996611c1bb70af23bfe33809900fe5ee6fa0a3f (patch)
tree89a6089751647aa37e9ab18d907d8b31c078e1ab /stmhal/usb.h
parent3269cf2f93103ab8cffc30c7c36437f401b6f69e (diff)
stmhal: Add home/end cursor support in readline.
Home/end work in picocom and screen (different codes in those 2 programs). Also, CTRL-A (for non-empty liny) and CTRL-E act as home/end.
Diffstat (limited to 'stmhal/usb.h')
-rw-r--r--stmhal/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/usb.h b/stmhal/usb.h
index 014b51eef..a235c4765 100644
--- a/stmhal/usb.h
+++ b/stmhal/usb.h
@@ -3,6 +3,7 @@
#define VCP_CHAR_CTRL_B (2)
#define VCP_CHAR_CTRL_C (3)
#define VCP_CHAR_CTRL_D (4)
+#define VCP_CHAR_CTRL_E (5)
typedef enum {
USB_DEVICE_MODE_CDC_MSC,