Update some comments
This commit is contained in:
parent
4965d0dc99
commit
6b84637a5b
@ -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)
|
||||
|
@ -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.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user