This commit is contained in:
Gregory Nutt
2019-05-26 12:33:42 -06:00
parent f60301665b
commit 788f77a9af
5 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ void nxterm_kbdin(NXTERM handle, FAR const uint8_t *buffer, uint8_t buflen)
nxsem_post(&priv->waitsem);
}
/* Notify all poll/select waiters that they can write to the FIFO */
/* Notify all poll/select waiters that they can read from the FIFO */
nxterm_pollnotify(priv, POLLIN);
sched_unlock();