summaryrefslogtreecommitdiff
path: root/nuttx/libc/misc/lib_kbdencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/misc/lib_kbdencode.c')
-rw-r--r--nuttx/libc/misc/lib_kbdencode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/libc/misc/lib_kbdencode.c b/nuttx/libc/misc/lib_kbdencode.c
index 80bf14777..40a8805b1 100644
--- a/nuttx/libc/misc/lib_kbdencode.c
+++ b/nuttx/libc/misc/lib_kbdencode.c
@@ -62,6 +62,9 @@
* Put one special, "out-of-band" command into the output stream.
*
* Input Parameters:
+ * keycode - The command to be added to the output stream.
+ * stream - An instance of lib_outstream_s to do the low-level put
+ * operation.
*
* Returned Value:
* None