Update some comments

This commit is contained in:
Gregory Nutt 2016-06-04 13:04:13 -06:00
parent 4965d0dc99
commit 6b84637a5b
3 changed files with 13 additions and 1 deletions

View File

@ -70,6 +70,10 @@
* Description:
* Input one byte from the serial console
*
* REVIST: If used with the serial driver enabled, then this could
* interfere with the serial driver operations. Serial interrupts should
* be disabled when this function executes in that case.
*
****************************************************************************/
int up_getc(void)

View File

@ -67,7 +67,11 @@
* Name: up_getc
*
* Description:
* Input one byte from the serial console
* Input one byte from the serial console.
*
* REVIST: If used with the serial driver enabled, then this could
* interfere with the serial driver operations. Serial interrupts should
* be disabled when this function executes in that case.
*
****************************************************************************/

View File

@ -89,6 +89,10 @@
* Description:
* Read one byte from the serial console
*
* REVIST: If used with the serial driver enabled, then this could
* interfere with the serial driver operations. Serial interrupts should
* be disabled when this function executes in that case.
*
****************************************************************************/
int up_getc(void)